Home
Name Modified Size InfoDownloads / Week
0.25 2017-12-07
0.2 2015-09-12
README.md 2015-09-12 1.1 kB
Totals: 3 Items   1.1 kB 0

README

TomatoFX is a simple timer for The Pomodoro Technique.

Copyright (c) 2015 SpiralArms

Native installers (x86_64): SourceForge

Source files (MIT License): BitBucket

Building packages from sources

Java JDK 8 and Maven are required for building native packages. Please consult javafx-maven-plugin for additional details.

  • runnable jar only

    mvn clean jfx:jar

  • runnable jar and native installer

    mvn clean jfx:native

The resulting binary packages can be found in target/jfx/app and target/jfx/native folders.

Installation

  • Debian/Ubuntu

    sudo dpkg -i tomatofx-<version>.deb

  • Redhat/Fedora

    rpm -Uvh tomatofx-<version>-1.x86_64.rpm

Run

  • Linux

    /opt/TomatoFX/TomatoFX

  • Any platform with JRE 8

    java -jar TomatoFX-<version>-jfx.jar

Contacts

SpiralArms spiralarms.org@gmail.com

Source: README.md, updated 2015-09-12