X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=doc%2Fbuilding-OLD.html;fp=doc%2Fbuilding.html;h=f5e0b2896615eca8bd0437aa20d0d174c35c283f;hb=74393b51f368cb9f58589472d432a433d9c4386d;hp=ecde4d88d016af127253153d08ddc950011ec08f;hpb=7a0d503181fe41452120a8a02ca63476392aa08c;p=jalview.git diff --git a/doc/building.html b/doc/building-OLD.html similarity index 81% rename from doc/building.html rename to doc/building-OLD.html index ecde4d8..f5e0b28 100755 --- a/doc/building.html +++ b/doc/building-OLD.html @@ -22,7 +22,30 @@

Building Jalview from Source

-

+

+ +

+You will need the following:
+

+With any luck, once you check out the Jalview source from git and set your JAVA_HOME and PATH correctly, you just need to change to the jalview directory and run gradle getdown. +

+ +

Obtaining Jalview

+

This is easiest achieved with git: +

git clone http://www.jalview.org/git/jalview.git
+Then you can cd jalview to get into the top level jalview dir. + + +

+

Minimal Jalview build

+

To run Jalview, you just need the jalview classes and the .jar libraries that Jalview depends on.

+ + +
Jalview development team