http://intime.sf.net interactive school timetabling


ressources
home page at sf.net
project page at sf.net
links
users
download
manual
- definitions
- data format
contact
developers
contact

hosted by
SourceForge.net Logo
requirements

Essential system requirements are Linux and a three-button mouse.

Furthermore, for compiling, linking and running intime, you need the GNU C++ compiler, Qt (non-threaded version), qmake, and the GNU scientific library GSL. They are shipped with every decent Linux distribution.

download

Source archives are available from the project page at sourceforge.net.

build and run

cd /usr/local/share (or your preferred build directory)
tar zxvf <tar-archive>
cd intime-<version-number>
cd src
./qm (this is a script which runs qmake, then make)
cd ..
./intime (run intime with input data from the examples directory)

Adapt intime.ini and the input data to your needs.

Please write to the mailing list if you need more detailed advice.


back to home page