header image
Main Menu
Home
History and Outlook
Source Code
Documentation
Test cases
GETM Utils
Publications
GETM applications
Mailing List
Search
Login Form





Lost Password?
Statistics
OS: Linux h
PHP: 4.3.10
MySQL: 4.1.10a
Time: 23:16
Caching: Disabled
GZIP: Disabled
Members: 16
News: 107
WebLinks: 5
Visitors: 118076
Home
Download GETM

The best way to acquire the GETM source code is via anonymous CVS. With CVS you will get the current (“bleeding edge”) development version of GETM. The second best way is to download the source as a compressed tarfile (see table at bottom of page). Installation instructions are provided here: Compilation instructions. You are also invited to submit code changes.

Download GETM via CVS: 

Below follows a short description on the steps necessary in order to get read-only access to the CVS repository. The specifications are Linux/UNIX specific but CVS clients also exists for other systems.

First the environment variable CVSROOT has to be set:
For (ba)sh use:

CVSROOT=:pserver:anonymous:anonymous@bbh.homelinux.net:/public/cvs
export CVSROOT

For (t)sh use:

setenv CVSROOT :pserver:anonymous:anonymous@bbh.homelinux.net:/public/cvs

 

From release v1.6.x (stable) and v1.7.x (devel) a new directory structure for the GETM source code has been introduced. Following the instructions given below will make the correct structure for use with the provided examples.

mkdir $HOME/GETM
cd $HOME/GETM

To check out the source code do: For the stable release:

cvs co -d v1.6.x -r v1_6_0 getm-src
ln -s v1.6.x getm-stable

For the devel release:

cvs co -d v1.7.x getm-src
ln -s v1.7.x getm-devel

Accessing the CVS repository via the pserver method requires that traffic on port 2401 is allow through the firewall. If that is not allowed it is NOT possible to use CVS as described above. In that case the source code must be downloaded from the links above.

Download source code as compressed tarfile:

Stable (v1.6.x): GETM
Devel (v1.7.x): GETM ChangeLog

The latest developers version is not necessary in sync with the CVS version. It is better to use the CVS method as described below to get the latest source code

Old stable (v1.2): GETM GOTM
Last Updated ( Friday, 20 June 2008 )
 
Who's Online
We have 2 guests online