Skip to content
Mike Dewar edited this page Mar 13, 2014 · 11 revisions

how to compile

On a completely fresh *nix system, the following code will get streamtools compiled. We assume you have a recent go installed, 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

blocks

Clone this wiki locally