X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=doc%2Fbuilding.html;fp=doc%2Fbuilding.html;h=f5e0b2896615eca8bd0437aa20d0d174c35c283f;hb=890092d4ca9b8c17a3f356eeb12f49440d5fc51c;hp=ecde4d88d016af127253153d08ddc950011ec08f;hpb=15c6c6724878a5445e9f5bc6594719dbe81c1735;p=jalview.git diff --git a/doc/building.html b/doc/building.html index ecde4d8..f5e0b28 100755 --- a/doc/building.html +++ b/doc/building.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