The following instructions have been tested on Linux and Mac OS X. A binary distribution is presently not available, and you must build it from source. In order to build cadvium, you must have apache ant installed.
- Download the source from here.
- Decompress the source usingÂ
tar -zxf cadvium-latest.tar.gz
- Change into the new directory and runÂ
ant
- To start cadvium, run
sh ./dist/usr/bin/cadvium
One of the goals for the next release is to make installing cadvium as easy as running apt-get install cadvium in your debian or ubuntu system, but until there are a few debian packages available, you will have to follow these instructions in order to get things started.
