Zzub Build Instructions
These instructions are for building libzzub from the Mercurial repository trunk.
Build Instructions
For Debian/Ubuntu, you're going to need following packages:
sudo aptitude install build-essential python python-gtk2 librsvg2-common libflac-dev ladspa-sdk\ scons libsndfile1-dev zlib1g-dev libasound2-dev jackd libjack-dev libsamplerate0-dev libfftw3-dev\ libboost-dev libboost-graph-dev
Next, check out zzub:
# hg clone http://hg.zeitherrschaft.org/armstrong zzub # cd zzub
Now configure scons and build the entire zzub tree:
# scons configure # scons ... scons: done building targets. #
If that worked, install zzub. This will also install pyzzub into your python module path:
# sudo scons install ... scons: done building targets.
