You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by bu...@apache.org on 2011/05/04 05:46:16 UTC

svn commit: r789162 - /websites/staging/opennlp/trunk/content/opennlp/building.html

Author: buildbot
Date: Wed May  4 03:46:16 2011
New Revision: 789162

Log:
Staging update by buildbot

Modified:
    websites/staging/opennlp/trunk/content/opennlp/building.html

Modified: websites/staging/opennlp/trunk/content/opennlp/building.html
==============================================================================
--- websites/staging/opennlp/trunk/content/opennlp/building.html (original)
+++ websites/staging/opennlp/trunk/content/opennlp/building.html Wed May  4 03:46:16 2011
@@ -63,20 +63,28 @@
   
   <div id="content">
     <h1 class="title">Building from Source</h1>
-    <p>OpenNLP can either be build from the distributed sources or from
+    <h2 id="prerequisites">Prerequisites</h2>
+<ul>
+<li>If you have an IDE installed such as <a href="http://www.netbeans.org/">NetBeans</a> or <a href="http://www.eclipse.org/">Eclipse</a> installed, it will make your development easier.  However, follow on for the brave.</li>
+<li>The Java <a href="http://www.java.com/">JRE</a> is required to run the jar files.</li>
+<li>The Java <a href="http://www.oracle.com/technetwork/java/javase/overview/index.html">JDK</a> is required to compile the object code.</li>
+<li>Apache <a href="http://maven.apache.org/">Maven</a> is required to build the source files and assemble the project, unless you have one of the IDEs listed above.</li>
+</ul>
+<h2 id="build_procedure">Build Procedure</h2>
+<p>OpenNLP can either be build from the distributed sources or from
 a subversion checkout. These build instructions document how
 to build from the latest trunk version. The distributed source package
-include a README file which explains how to build it.</p>
+includes a README file which explains how to build it.</p>
 <p>To build at least Maven 3.0 and JDK 5 are required.
 If they are not installed, install them.</p>
-<p>On the first checkout everything should be build.
+<p>On the first checkout everything should be built.
 Go to the opennlp folder inside the trunk folder (e.g. opennlp-trunk) and type 
 <pre><code>cd opennlp-trunk/opennlp<br>mvn install</code></pre>
 to build all modules.
 The build installs the maven artifacts in the local repository
 and creates a binary and source distribution inside the 
 opennlp-distr/target folder.</p>
-<p>After the initial build the individual modules can be build on its own
+<p>After the initial build the individual modules can be built on their own
 with: <pre><code>mvn install</code></pre></p>
 <p>In the opennlp-docs project it is
 recommended to always build with <pre><code>mvn clean install</code></pre> because