From f2250b38d1c2eca07197d56c3842b4eb1917d290 Mon Sep 17 00:00:00 2001 From: amwaterhouse Date: Mon, 18 Jul 2005 11:18:11 +0000 Subject: [PATCH] Remove .txt, add command line instruction --- README.txt => README | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) rename README.txt => README (53%) diff --git a/README.txt b/README similarity index 53% rename from README.txt rename to README index 07cbd0a..2f4ddec 100755 --- a/README.txt +++ b/README @@ -1,9 +1,9 @@ -Jalview Release 2.0 +Jalview Release 2.01 ------------------- -This is the complete source for Jalview 2.0. +This is the complete source for Jalview 2.01. The source is available as a tar file and comes complete with the GNU General Public License. @@ -13,4 +13,16 @@ An Ant build file (build.xml) is provided, you will need to install Apache Ant f You can also use Borland JBuilder to build Jalview. A JBuilder project file (JalviewX.jpx, JalviewApplet.jpx) for both application and applet is provided. -For more help, read the file doc/building.html \ No newline at end of file +For more help, read the file doc/building.html + + +################## + +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. If using Windows, use backslash "\" instead of forward slash "/" + +################## + -- 1.7.10.2