X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=README;h=eaf226bfded93f7bdbd8f73a273d339a1e63ed40;hb=82cba0a99ac7c16b89e8399adb158e6a063fecd3;hp=10f032b165c265318f2f08382caa5cdce4e22fa2;hpb=df05b75cc541ddf6a0a6fa62e50bbff53df03e30;p=jalview.git diff --git a/README b/README index 10f032b..eaf226b 100755 --- a/README +++ b/README @@ -4,7 +4,7 @@ Jalview Readme The source is available as a tar file and comes complete with the GNU General Public License. -To build the application you will need a J2SDK 1.6+. +To build the application you will need a J2SDK 1.7+. An Ant build file (build.xml) is provided, you will need to install Apache Ant first. Run ant to view usage which will display a list of useful build targets. @@ -25,7 +25,10 @@ To run application: java -Djava.ext.dirs=JALVIEW_HOME/lib -cp JALVIEW_HOME/jalview.jar jalview.bin.Jalview -Replace JALVIEW_HOME with the full path to Jalview Installation Directory. +Replace JALVIEW_HOME with the full path to Jalview Installation Directory. If building from source: + +java -Djava.ext.dirs=JALVIEW_BUILD/dist -cp JALVIEW_BUILD/dist/jalview.jar jalview.bin.Jalview + ##################