Preparations to compile Qtractor on UbuntuStudio 9.10 :
1.1 make sure you have automake installed.
1.2 make sure you have libsndfile-dev installed.
1.2.1 make sure you have bzr , libtool , autogen , libflac-dev , libvorbis-dev and libogg-dev installed.
bzr get http://www.mega-nerd.com/Bzr/libsndfile-dev/
./autogen.sh
make
make check
sudo make install
(This only works when you're compiling in a folder on a local hard disk.)
(When I tried first, using my external usb disk, I got some errors.)
place the AEffect.h and aeffectx.h from a VST SDK 2.3 in /usr/local/include.
1.4 LV2 Plug-in support (libslv2)
1.4.1 make sure you have librdf0-dev installed.
cd ~/src/slv2-0.6.6/
./waf configure
./waf
sudo ./waf install
1.5 MPEG support
make sure you have libmad0-dev installed.
-------------------------------------------------------------
To compile the latest Qtractor from svn:
svn co https://qtractor.svn.sourceforge.net/svnroot/qtractor/trunk qtractor-svn
cd qtractor-svn
gedit INSTALL
.configure --enable-debug
make
This will compile qtractor with debugging enabled so you can help finding bugs.
To test qtractor:
./qtractor
To Install:
sudo make install
NOTE 1: A previous install of Qtractor can have a qtractor.conf in ~/.config/rnbc.org/
You might have to rename or remove this file before running the latest build, to prevent
errors.
NOTE 2: After running ./configure, you'll find a file describing a lot of useful info about your setup,
in case you find a bug and want to help fix it, this file is important. It's called config.log