You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mike Dewar edited this page Mar 13, 2014
·
9 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 [email protected]:nytlabs/streamtools.git
cd streamtools
make