Building Caudium from sources
 
    Caudium 1.2
Download
The newest release of Caudium is 1.4.14.
Select the version you wish to download below. On that page you will be able to select a download location and download method.

Example compilation
 $ pwd
 /usr/local/src
 $ tar xzvf caudium-1.4.14.tar.gz
 [source extraction]
 ...
 $ cd caudium-1.4.14
 $ ./configure --prefix=/usr/local --with-pike=/usr/local/bin/pike
 [configuration]
 ...
 $ make
 [compilation]
 ...
 $ su
 Password: ********
 # make install
 [installation]
 # cd /usr/local/caudium/server
 # ./install
 [install questions]
     
Caudium 1.0
Download
The latest release of Caudium 1.0 branch is :

Example compilation
 $ pwd
 /usr/local/src
 $ tar xzvf caudium-1.0.52.tar.gz
 [source extraction]
 ...
 $ cd caudium-1.0.52
 $ ./configure --prefix=/usr/local --with-pike=/usr/local/bin/pike
 [configuration]
 ...
 $ make
 [compilation]
 ...
 $ su
 Password: ********
 # make install
 [installation]
 ...
 # cd /usr/local/caudium/server
 # ./install
 [install questions]
     

Caudium 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/caudium
 # ./autogen.sh
 Running autogen in 'src'
 Running autogen in 'src/cmods'
 Running autogen in 'src/cmods/Caudium'
 Running autogen in 'src/cmods/PiXSL'
 Running autogen in 'src/cmods/UltraLog'
 Running autogen in 'src/tools'
 Running autogen in 'tools'
 # ./configure --prefix=/opt/www --with-pike=/opt/bin/pike
 [configure checks]
 # make
 [compilation]
 # make install
 [installation]
 # cd /opt/www/caudium/server/
 # ./install
 [install questions]
     

Pike CVS snapshots
If you wish to have last CVS pike, we currently build tarball from Pike CVS every night. We call the unofficial snapshots.
You can find them : Pike 7.3 snapshot exist but only for brave people. We do not recommand them for using Stable version of Caudium. It will even not run with it. If you are brave you can find them here.
 
HTML OK CSS