4 Binary distributions of the Shibboleth code are available.
5 Information on obtaining and installing binaries can be found at
6 http://shibboleth.internet2.edu/ and in the deploy guide in this
9 This document provides details for those wishing to build from source.
13 There are a fairly large number of dependent Java class libraries required
14 to build Shibboleth, but all the needed jars are currently included.
15 The binary distribution for the origin site components includes the Java
16 source. The binaries can also be built easily using Ant, which is also included.
18 The following commands will build this release of Shibboleth
24 The JavaDocs can be generated with the following command:
28 The origin code is largely contained in a Java webapp (shibboleth.war) that
29 you would deploy with a J2EE engine like Tomcat. From this point, refer to
30 the deploy guide for more details.