Software Installation

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.

  1. Download the source from here.
  2. Decompress the source using 
    		tar -zxf cadvium-latest.tar.gz		
  3. Change into the new directory and run 
    		ant		
  4. 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.