X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=README;fp=README;h=2f4ddecf7cc776277fb9f1a2cadab8879d20f1a8;hb=f2250b38d1c2eca07197d56c3842b4eb1917d290;hp=0000000000000000000000000000000000000000;hpb=391d57ed23295633efb5174383c7eb36a10716e4;p=jalview.git diff --git a/README b/README new file mode 100755 index 0000000..2f4ddec --- /dev/null +++ b/README @@ -0,0 +1,28 @@ +Jalview Release 2.01 +------------------- + + + +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. + +To build the application you will need a J2SDK 1.4+. + +An Ant build file (build.xml) is provided, you will need to install Apache Ant first. Run ant to build the application, use the target "makeApplet" to make the Applet. + +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 + + +################## + +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 "/" + +################## +