CANTUS 3 INSTALLATION INSTRUCTIONS
----------------------------------

!!!This packages compiles ONLY with gcc 3.3.3!!!

(I don't have the time to check with every compiler - sorry. Please don't
complain, patch.)


Prerequired libraries:
----------------------

libglib2.0-dev    >= 2.2.3
libgtkmm2.0-dev   >= 2.2.10
libglademm2.0-dev >= 2.1.2-3
libogg-dev
libvorbis-dev
libvorbisfile-dev


Installation:
-------------
Most users should only need this for installation:

./build.sh
su -c "./build --install"

This will install Cantus 3 under /usr/local/.

For installation into another directory use:

./build --prefix /whatever/directory/
./build --install --prefix /whatever/directory/
