how to compile - nytlabs/streamtools GitHub Wiki
On a completely fresh *nix system, the following code will get streamtools compiled. We assume you have a recent go
installed and working, along with git
, hg
and bzr
.
mkdir -p ~/go/src/github.com/nytlabs
cd ~/go/src/github.com/nytlabs
git clone [email protected]:nytlabs/streamtools.git
cd streamtools
make
Then, to run streamtools:
./build/st