X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=README;h=f2ff147e7d81a1cb1d0fa02d1bb916392dc7ee0b;hb=8a72704baf5131ce36224f1a837a986d4fe98f81;hp=742ea2a5a833cacd8eb18bc2f86ba783e472854b;hpb=20736118ad54bc1e9afdf006f505e3bd945ed0b0;p=jalview.git diff --git a/README b/README index 742ea2a..f2ff147 100755 --- a/README +++ b/README @@ -1,15 +1,13 @@ -Jalview Release 2.01 -------------------- +Jalview Readme +-------------- - -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. +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 can also use Borland JBuilder to build Jalview. A JBuilder project file (JalviewX.jpx, JalviewApplet.jpx) for both application and applet is provided. @@ -26,3 +24,11 @@ Replace JALVIEW_HOME with the full path to Jalview Installation Directory. ################## + +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