The 0.9.8 release is beta quality code, so feel free to try it out and submit any bugs you may find.
Download the latest source code from github.com:
Note: The above links include all required additional 3rd party libraries used by k5nCal. No additional downloads are required.
Table of Contents
Building From Source
You must have ant installed. From the top-level source directory, just run the ant command (with no arguments). This will build the jar file in the dist directory.
Running
Once you have built the jar file with ant, you should be able to just double-click on it in your file browser to startup the application. If this doesn’t work, you can start the application from the command line:
java -jar dist/k5nCal-0.9.8.jar
Git
The latest development code can be found in the git repository hosted onĀ github.com. Use the following command to obtain the latest code from git:
git clone https://github.com/craigk5n/k5ncal.git
What’s ant. I was hoping that I could just download a file and do a copy and paste into a web page.
Oh, sorry… ant is the command line tool that is used to compile Java source code into something that you can run. At this point, I am not distributing compiled jar files. However, you can try out the 0.9.7 version hosted on SourceForge as a binary jar here:
https://sourceforge.net/projects/k5ndesktopcal/files/k5ndesktopcal/0.9.7/