Download latest version at:
This DojoTimer is as simple as it gets. It becomes red when tests aren't passing.
Clone. Build.
Run build.cmd
Run xbuild build.xml
You probably will have to install the most complete Mono version to do that. Or at least the development packages and gtksharp-2.0.
If you have Docker installed, you can skip installing the Mono development tools and build a Linux binary using:
$ docker run --rm -it -v `pwd`:/src mono:4.4 bash
# cd /src
# xbuild build.xml
You will still need mono
and gtk-sharp2
to run the binary in the host
system. On a Fedora workstation, install those packages by running:
sudo dnf install mono gtk-sharp2