Building Camas from sources
 
    Camas 1.2
Download
Camas 1.2 will be the next release of Camas. It is currently in a RC state meaning a stable release will be available as soon as the RC version will be certified stable.
Camas 1.0
Download
The newest release of Camas is 1.0.34.
Select the version you wish to download below. On that page you will be able to select a download location and download method.

Camas Source From CVS
We are using CaudiumForge CVS for this project. All project source code is stored here.

Compiling from CVS
Read our detailed CVS instructions for information on checking out and updating the source from CVS.
Please read README.cvs and INSTALLING in the checked out directory for instructions. Compiling Caudium is very simple. Please note that an installed Pike (version matching the caudium branch) and a new autoconf is required for compilation.
Example Compilation
For your convenience this is an example of a complete compilation from checkout to finished install.
 # pwd
 /home/neotron/src/camas
 # ./autogen.sh
 [...]
 # ./configure --prefix=/opt/www --with-pike=/opt/bin/pike --with-caudium=/opt/www/caudium
 [configure checks]
 # make
 [compilation]
 # make install
 [installation]
     
Now you can go to the Caudium Configuration interface and setup a new CAMAS.
 
HTML OK CSS