The program is still in an early development stage and there are no downloadable packages yet.
However, if you want to check the current project state or you are a developer and want to put your hands in the code, you can get the latest development version by executing:
svn checkout https://forja.rediris.es/svn/csl2-psynth
Dependencies
To try the software you will need these third party libraries and programs:
In Debian and Ubuntu you can install all those dependencies with (anyways, I suggest installing liblo from the original sources because the version in the repositories is outdated and contains a bug):
apt-get install automake libtool libogre-dev libois-dev libcegui-mk2-dev libasound2-dev libjack-dev liblo0-dev libaudiofile-dev libxml2-dev
Compiling
In order to compile the program you have to run these commands in the program directory:
autoreconf
./configure
make
At last we must run these commands with superuser privileges to install:
make install
ldconfig
We can now run the program:
psynth3d
