You can download audioBox and audioBox
documentation from sourceforge.net
using CVS. Point your CVSROOT to:
:pserver:anonymous@audiobox.cvs.sourceforge.net:/cvsroot/audiobox
If you are running Linux, enter the following commands in a bash shell:
$ export CVSROOT=:pserver:anonymous@audiobox.cvs.sourceforge.net:/cvsroot/audiobox $ cvs login |
You do not have to enter a password, just hit RETURN. Now you can checkout the
audioBox
source tree using the command:
$ cvs -z3 checkout -P audiobox |
which contains all the audioBox
sources. See the file README.cvs
for more detailed information.
To build audioBox type:
$ cd audiobox
$ ./configure
$ make |
If you want to browse the CVS repository before you check out a specific
repository, point your web browser to:
http://audiobox.cvs.sourceforge.net/audiobox/
Have fun!