Jalview 2.6 source licence
[jalview.git] / README
diff --git a/README b/README
index f2ff147..bfc65f5 100755 (executable)
--- a/README
+++ b/README
@@ -1,34 +1,37 @@
-Jalview Readme\r
---------------\r
-\r
-\r
-The source is available as a tar file and comes complete with the GNU General Public License. \r
-\r
-To build the application you will need a J2SDK 1.4+. \r
-\r
-An Ant build file (build.xml) is provided, you will need to install Apache Ant first. \r
-Run ant to view usage which will display a list of useful build targets.\r
-\r
-You can also use Borland JBuilder to build Jalview. A JBuilder project file (JalviewX.jpx, JalviewApplet.jpx) for both application and applet is provided.\r
-\r
-For more help, read the file doc/building.html\r
-\r
-\r
-##################\r
-\r
-To run application:\r
-\r
-java -Djava.ext.dirs=JALVIEW_HOME/lib -cp JALVIEW_HOME/jalview.jar jalview.bin.Jalview\r
-\r
+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.5+. 
+
+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.
+
+You may also be able to use Borland JBuilder to build Jalview. A JBuilder project file 
+(JalviewX.jpx, JalviewApplet.jpx) for both application and applet is provided, 
+but the library dependencies are almost certainly out of date. See the build.xml 
+for current dependencies.
+
+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.
-\r
-##################\r
-\r
-\r
-If you use a proxy server add \r
-\r
--Dhttp.proxyServer=YOUR.SERVER -Dhttp.proxyPort=YOURPORT\r
-\r
-If the proxy server requires authentication, add\r
-\r
--Dhttp.proxyUser=USERNAME -Dhttp.proxyPassword=PASSWORD\r
+
+##################
+
+
+If you use a proxy server add 
+
+-Dhttp.proxyServer=YOUR.SERVER -Dhttp.proxyPort=YOURPORT
+
+If the proxy server requires authentication, add
+
+-Dhttp.proxyUser=USERNAME -Dhttp.proxyPassword=PASSWORD