You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2017/07/03 18:50:15 UTC

svn commit: r1800706 - /jmeter/trunk/xdocs/building.xml

Author: fschumacher
Date: Mon Jul  3 18:50:15 2017
New Revision: 1800706

URL: http://svn.apache.org/viewvc?rev=1800706&view=rev
Log:
Explain the prerequistes to compile JMeter a bit more in detail.

Modified:
    jmeter/trunk/xdocs/building.xml

Modified: jmeter/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/building.xml?rev=1800706&r1=1800705&r2=1800706&view=diff
==============================================================================
--- jmeter/trunk/xdocs/building.xml (original)
+++ jmeter/trunk/xdocs/building.xml Mon Jul  3 18:50:15 2017
@@ -25,6 +25,14 @@
   </properties>
 <body>
 <section name="Building JMeter" >
+
+Before you can compile JMeter, you will need a few things:
+<ul>
+<li>a Java 8 compatible JDK (Java Development Kit)</li>
+<li>a working installation of <a href="http://ant.apache.org">ant</a> (at least version 1.8.2)</li>
+<li>the JMeter sources as shown in the next section</li>
+</ul>
+
 <h3>Acquiring the source</h3>
 <p>The full source is distributed alongside the binary, and you can also find source repositories <a href="./svnindex.html">here</a> .</p>
 <p>