Main | Documentation | Download | Screenshots | Project Page |
Latest source tarball is available here. You also may want to try the latest hottest development version from cvs.
For this you need a CVS client program installed on your computer. If so, print in your shell:cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/octavian login
press ENTER on the password prompt and then type:
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/octavian co octavian
To compile octavian you will need:
- development tools (g++, autoconf, automake, autoheader...)
- FLTK library (tested with version 1.1.2)
- libsndfile library (for player module)
- OSS compatible audio driver
- Wish and luck
After you successfully checked out source, cd to source directory and run./autogen.sh
script.
Then type:./configure
makeand maybe
make install
If you did not make install you will need to edit your ~/.octavianrc file to mark up directories where modules can be located. After compiling all modules are located in modules/ directory in source tree. It is better link all the modules in one directory and print it in ~/.octavianrc file.
Please send all bugs and wishes to octavian-users mailing list.