Build


Here are the packages required for build TARIS 0.2:

Taris, command line version 0.2

Last Released Version

To build from source using the last released version, download tarisXXX.tar.gz and enter the following commands:

$ tar xvfz tarisXXX.tar.gz
$ cd taris
$ make -f Makefile.cvs
$ GTL_CFLAGS="-I/usr/include" GTL_LIBS="-L/usr/lib"
./configure
$ make

CVS Version

To build from source using the CVS version, enter the following commands:

$ export CVSROOT=:pserver:anonymous@taris.cvs.sourceforge.net:/cvsroot/taris
$ cvs login
$ cvs co -P taris
$ cd taris
$ make -f Makefile.cvs
$ ./configure
$ make


Taris, graphics environment version 0.1 ( comming soon ! )


Notes

Optionally, you may also enter the following command as root user to install

# make install

You most add to the command ./configure the option with the appropiate directory for your distribution (e.g. linux/debian)

# ./configure --prefix=/usr