multitime releases

RSS feed: whole site

Download

multitime is released under a BSD / MIT style licence.

Available as pre-built packages:

Formal releases:

Development of multitime uses git. If you wish to contribute to multitime, it is recommended that you work with a check-out of the repository. You can get a copy with the following command:

$ git clone git://github.com/ltratt/multitime.git

You can also view multitime’s online git repository. Patches are always gratefully received.

Install instructions

Formal releases can be built and installed thus:

$ ./configure
$ make install

Please note that if, and only if, you are building from the git repository you will first need to execute make -f Makefile.bootstrap to build the configure script.