Phenote from the Command Line

1) Install Java 1.5 or higher

On Macs, Java 1.5 can be installed automatically by doing a system software update. On any other platform, download the appropriate binaries from the latest Java, currently JRE 6, http://java.sun.com/javase/downloads/index.jsp. To run Java applications, all you need is the JRE (Java Runtime Environment). If you need all the tools to run and create Java applications, download the J2SE SDK (Software Development Kit).

 

2) Get Phenote

The latest development version of Phenote can be retrieved from SourceForge.net Subversion repository through SVN with the following instruction set:

svn co https://obo.svn.sourceforge.net/svnroot/obo/phenote/trunk phenote 

If you would like to check out a particular release, you will have to check out that particular version from the "tags" directory.  For example, to checkout version 1.1 into your phenote1.1/ directory, you would use the following command:

svn co https://obo.svn.sourceforge.net/svnroot/obo/phenote/tags/release-1.1/ phenote1.1

Information about accessing this Subversion repository may be found in a document titled "Subversion (Version Control for Source Code)".

3) Launch Phenote