Menu

Tree [caebe1] default tip /
 History

Read Only access


File Date Author Commit
 icons 2019-08-27 peterscholtens peterscholtens [8d39c2] Initial commit: copy from Subversion tree r104
 po 2019-08-27 petersholtens petersholtens [2ec7bd] More files.
 src 2019-08-27 peterscholtens peterscholtens [8d39c2] Initial commit: copy from Subversion tree r104
 .hgignore 2019-08-27 petersholtens petersholtens [2ec7bd] More files.
 AUTHORS 2019-08-27 peterscholtens peterscholtens [8d39c2] Initial commit: copy from Subversion tree r104
 COPYING 2019-08-27 peterscholtens peterscholtens [8d39c2] Initial commit: copy from Subversion tree r104
 ChangeLog 2019-08-27 peterscholtens peterscholtens [8d39c2] Initial commit: copy from Subversion tree r104
 Makefile.am 2019-08-27 peterscholtens peterscholtens [8d39c2] Initial commit: copy from Subversion tree r104
 NEWS 2019-08-27 peterscholtens peterscholtens [8d39c2] Initial commit: copy from Subversion tree r104
 README 2019-08-27 peterscholtens peterscholtens [8d39c2] Initial commit: copy from Subversion tree r104
 THANKS 2019-08-27 peterscholtens peterscholtens [8d39c2] Initial commit: copy from Subversion tree r104
 TODO 2019-08-27 peterscholtens peterscholtens [caebe1] Prepare crossplatform.
 autogen.sh 2019-08-27 peterscholtens peterscholtens [8d39c2] Initial commit: copy from Subversion tree r104
 config.h 2019-08-27 petersholtens petersholtens [2ec7bd] More files.
 config.h.in 2019-08-27 petersholtens petersholtens [2ec7bd] More files.
 configure.ac 2019-08-27 peterscholtens peterscholtens [8d39c2] Initial commit: copy from Subversion tree r104
 intltool-extract.in 2019-08-27 peterscholtens peterscholtens [8d39c2] Initial commit: copy from Subversion tree r104
 intltool-merge.in 2019-08-27 peterscholtens peterscholtens [8d39c2] Initial commit: copy from Subversion tree r104
 intltool-update.in 2019-08-27 peterscholtens peterscholtens [8d39c2] Initial commit: copy from Subversion tree r104
 mkinstalldirs 2019-08-27 peterscholtens peterscholtens [8d39c2] Initial commit: copy from Subversion tree r104
 stamp-h1 2019-08-27 peterscholtens peterscholtens [8d39c2] Initial commit: copy from Subversion tree r104

Read Me

If you like to follow the developments on a daily basis, or even help debugging and writing code, you can download the HEAD revision of our subversion repository. A brief guideline (at the moment for Ubuntu 10.04 only, if time permits I'll write the winXP guide too):

First install the subversion code revision tool as also all the development libraries and compiling tools as super user. In Ubuntu you can do this by typing in the shell:

sudo apt-get install subversion autoconf intltool libtool automake libglib2.0-dev libgtk2.0-dev

Secondly, choose a (sub-)directory when you want to store the development code (you can later on remove this whole directory if the installation procedure was succesfully executed):

mkdir <your-install-dir>
cd <your-install-dir>

As a third action, unless you interested in any of the other possible branches, you will probably just prefer to only download the HEAD revision ('Latest' in temposync jargon), so type:

svn co https://casimiro.svn.sourceforge.net/svnroot/casimiro/trunk casimiro

After that, you can run the local script in the newly created directory, which verifies the presence of all required tools and libraries, and if it's succesfull, compile it with make:

cd casimiro
./autogen.sh
make

The newly brewed executable casimiro is present in the <your-install-dir>/casimiro/src directory. To make it effective present on the system, you need root access. In Ubuntu the following will work:

sudo make install

Getting the latest code

To monitor the latest developments, simply run the following svn update command, and repeat the 'make' and 'sudo make install' steps above:

svn update
MongoDB Logo MongoDB