We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
On Mac OS
$ brew install go qemu git
$ echo 'export GOPATH=$HOME/go' >> $HOME/.profile $ echo 'export PATH=$PATH:$GOPATH/bin' >> $HOME/.profile $ source $HOME/.profile
$ go get github.com/cloudius-systems/capstan
On Linux
$ wget http://go.googlecode.com/files/go1.2.1.linux-amd64.tar.gz $ sudo tar -C /usr/local -xzf go1.2.1.linux-amd64.tar.gz $ sudo yum install qemu-system-x86 git
Note: More go packages can be found here:
$ echo 'export GOPATH=$HOME/go' >> $HOME/.profile $ echo 'export PATH=$PATH:$GOPATH/bin:/usr/local/go/bin' >> $HOME/.profile $ source $HOME/.profile