-
Notifications
You must be signed in to change notification settings - Fork 7
Linux Installation
Rustam edited this page Mar 17, 2019
·
3 revisions
- JRE 1.6 or above (linux distros like Linux Mint have Open JDK installed by default, this should be sufficient).
- Java wrappers:
sudo apt-get install java-wrappers
Download timecult-<...>.tar.gz to bin directory and unpack its content using, for example, the following command:
tar xvf timecult-<...>.tar.gz
- Switch to TimeCult home directory, for example:
cd ~/bin/TimeCult-0.13
- Invoke
timecult.sh:
./timecult.sh
Upon first start the script will create a desktop entry which can be found under Menu/Office (on Linux Mint). TimeCult can be start later using this entry.
This is it!