X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=doc%2Fbuilding.html;h=59f4dc3e80c46a5c0d535fc0f612690d286f1f83;hb=refs%2Fheads%2Ffeatures%2FJAL-1469_svg-output-for-figure-export;hp=9c0932447ea130a044c04f2bfb67b8ad81a1713d;hpb=0626431815242eadbb07fd18945e038c55c67c4f;p=jalview.git diff --git a/doc/building.html b/doc/building.html index 9c09324..59f4dc3 100755 --- a/doc/building.html +++ b/doc/building.html @@ -1,20 +1,21 @@ Building Jalview from Source @@ -25,10 +26,9 @@

You will need the following (hopefully):

With any luck, after setting your paths and JAVA_HOME correctly, you just need to change to the Jalview directory and run ant (this works @@ -62,7 +62,21 @@ ant makedist key) -

+

+ Building the JalviewLite applet
+
The JalviewLite applet is compiled using a subset of the packages in + the src directory (specifically: MCView, and jalview.{datamodel, + analysis, appletgui, utils, schemes, api, structure}, and + com.stevesoft.*). Once compiled, these class files are obfuscated to + make the code run efficiently. To compile the applet Jar, use the + makeApplet task - optionally passing in a 'donotobfuscate' property to + the ant build (e.g. -Ddonotobfuscate=true) to disable obfuscation.

+ The ant target 'pubapplet' can be used to compile install the + jalviewApplet.jar and any dependent jars (under appletlib) into a copy + of the examples directory created under the outputDir build + property (which defaults to the 'dist' directory). +

+

using IDEs to build Jalview

The Jalview source distribution includes project definitions for Eclipse, Netbeans and some rather ancient Borland JBuilder .jpx