From 6592eb1d3d8c957da80477187314a3eb2988006d Mon Sep 17 00:00:00 2001 From: amwaterhouse Date: Mon, 20 Jun 2005 16:10:43 +0000 Subject: [PATCH] readme --- README.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 README.txt diff --git a/README.txt b/README.txt new file mode 100755 index 0000000..07cbd0a --- /dev/null +++ b/README.txt @@ -0,0 +1,16 @@ +Jalview Release 2.0 +------------------- + + + +This is the complete source for Jalview 2.0. + +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 \ No newline at end of file -- 1.7.10.2