X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fbuilding.html;h=f5e0b2896615eca8bd0437aa20d0d174c35c283f;hb=1bd2350fdb5cce781548ce2e2188ab14bd412b6d;hp=d72ae7dea3611f034f86374e3241ad3dcaae08cd;hpb=797df64fa2a0a30773d0f48f5494d4155e5a8be3;p=jalview.git diff --git a/doc/building.html b/doc/building.html index d72ae7d..f5e0b28 100755 --- a/doc/building.html +++ b/doc/building.html @@ -1,38 +1,60 @@ Building Jalview from Source

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