Skip to content

Working on the code

Chris Seymour edited this page Jan 11, 2014 · 3 revisions

Install Go

Use apt, homebrew etc or install directly from source. Follow the instructions at http://golang.org/doc/install.

Building Websocketd

Make sure you have set your $GOPATH to somewhere, e.g: $HOME/gocode:

$ mkdir -p $GOPATH/src/github.com/joewalnes
$ cd $GOPATH/src/github.com/joewalnes
$ git clone https://github.com/joewalnes/websocketd
$ cd websocketd

Build:

$ make

Run:

$ ./websocketd
Clone this wiki locally