Downloading and installing

Download

All the code is hosted on sourceforge at https://gitlab.com/skramm/gensched/

The released files follow the naming scheme: gensched-{type}_{OS}-{arch}_{rel}_{date}.{ext}

Installing

To install, download a binary package, extract archive content in some random folder, and run the provided install script.

Linux/Debian

From command-line on a Debian-type machine:

$ tar -xf gensched-bin_XXX_YYYYMMDD.tar.gz
$ sudo ./install.sh

The install script just copies some files into /usr/local/bin and /etc/gensched.

Windows

Windows build dropped for the moment, sorry!

Checking

After that, you can check correct installation by opening a prompt an trying:

$ gensched -h

This should produce the following output:

To see the full manual, you can go with:

$ gensched -H
Warning
: the latter will only work if you have downloaded the "full" package.

On Linux, the install script also install a "man" short help.