This software is licensed under the GNU General Public License (version 3, or at your option, version 2).

To install, run these commands in a terminal.
This software requires gcc, libfftw3f, libsamplerate, libsndfile and boost.random. Runtime requirements are avconv and python.

$ tar xjf shenidam-VERSION.tar.bz2
$ cd shenidam-VERSION/
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install


