You are here

Add new comment

You have to build it yourself and enable stack trace support:
Make sure you read the messages produced by the configure script!

svn co https://qtractor.svn.sourceforge.net/svnroot/qtractor/trunk qtractor-svn
cd qtractor-svn
make -f Makefile.svn
./configure --enable-debug --enable-stack-trace
make
sudo make install