Skip to content
Mike Dewar edited this page Mar 21, 2014 · 6 revisions

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 git@github.com:nytlabs/streamtools.git
cd streamtools
make

Then, to run streamtools:

./build/st
Clone this wiki locally