Installation for developers on Debian GNU/Linux

Installation for developers on Debian GNU/Linux

Get the current SNACS source files via svn:

svn co https://snacs.svn.sourceforge.net/svnroot/snacs

Install the following packages on your Debian system:

aptitude install g++ make libqt4-dev libqwt5-qt4-dev libqwtplot3d-qt4-dev fftw3-dev libconfig++6-dev libconfig6-dev libhdf5-serial-dev libboost1.35-dev

Go to the SNACS source directory snacs/trunk and adjust SNACS.pro if necessary. Then run

qmake-qt4 SNACS.pro

Clean the source directories

make mocclean clean

Then compile SNACS with

make -j4

Adjust -j4 to your available processor cores.

Generated on Mon Jun 21 17:10:11 2010 for SNACS by  doxygen 1.6.3