From 5858f67ce9d7e285790f798dcf1ec6426aa1a550 Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Wed, 9 Jun 2004 15:17:21 +0000
Subject: [PATCH] J2 version

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@1648 ee4ac58c-ac51-4696-9907-e4b3aa274f04
---
 INSTALL | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 INSTALL

diff --git a/INSTALL b/INSTALL
new file mode 100644
index 000000000..d6f91bfe8
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,29 @@
+
+Installation instructions for UNIX
+
+   1. change to /some/directory
+
+   2. uncompress and untar the artemis_compiled.tar.gz file
+      On UNIX the command is:   gzip -d < artemis_compiled.tar.gz | tar xf -
+
+
+This will create a "artemis" directory containing all the java classes.  On
+Unix the easiest way to run the program is to run the script called art in the
+diana directory:
+
+    /some/directory/artemis/art
+
+If all goes well you will be presented with a small window with two
+menus.  From the File menu you can open a flat file containing an
+entry.  If it reads the entry successfully a new window will open,
+which shows the sequence and features for the entry.
+
+An alternative way to run it is:
+
+   cd /some/directory/artemis/
+   java -classpath .:lib/biojava.jar:lib/jobcontrol.jar uk.ac.sanger.artemis.components.ArtemisMain & 
+
+ACT can be run in this way:
+
+   cd /some/directory/artemis/
+   java -classpath .:lib/biojava.jar:lib/jobcontrol.jar uk.ac.sanger.artemis.components.ActMain &
-- 
GitLab