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

svn commit: r1099351 - /incubator/opennlp/site/trunk/content/opennlp/building.mdtext

Author: joern
Date: Wed May  4 07:35:00 2011
New Revision: 1099351

URL: http://svn.apache.org/viewvc?rev=1099351&view=rev
Log:
OPENNLP-167 Added versions to prerequisites

Modified:
    incubator/opennlp/site/trunk/content/opennlp/building.mdtext

Modified: incubator/opennlp/site/trunk/content/opennlp/building.mdtext
URL: http://svn.apache.org/viewvc/incubator/opennlp/site/trunk/content/opennlp/building.mdtext?rev=1099351&r1=1099350&r2=1099351&view=diff
==============================================================================
--- incubator/opennlp/site/trunk/content/opennlp/building.mdtext (original)
+++ incubator/opennlp/site/trunk/content/opennlp/building.mdtext Wed May  4 07:35:00 2011
@@ -3,9 +3,8 @@ Title: Building from Source
 ## Prerequisites
 
  - If you have an IDE installed such as [NetBeans](http://www.netbeans.org/) or [Eclipse](http://www.eclipse.org/) installed, it will make your development easier.  However, follow on for the brave.
- - The Java [JRE](http://www.java.com/) is required to run the jar files.
- - The Java [JDK](http://www.oracle.com/technetwork/java/javase/overview/index.html) is required to compile the object code.
- - Apache [Maven](http://maven.apache.org/) is required to build the source files and assemble the project, unless you have one of the IDEs listed above.
+ - At least [JDK 5](http://www.oracle.com/technetwork/java/javase/overview/index.html) is required to compile and run the object code.
+ - At least [Apache Maven 3.0](http://maven.apache.org/) is required to build the source files and assemble the project.
 
 ## Build Procedure
 
@@ -14,9 +13,6 @@ a subversion checkout. These build instr
 to build from the latest trunk version. The distributed source package
 includes a README file which explains how to build it.
 
-To build at least Maven 3.0 and JDK 5 are required.
-If they are not installed, install them.
-
 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>