add --shared
[pylucene.git] / lucene-java-3.4.0 / lucene / src / site / src / documentation / content / xdocs / systemrequirements.xml
1 <?xml version="1.0"?>
2 <document>
3 <header><title>Apache Lucene - System Requirements</title></header>
4 <properties>
5 <author email="gsingers@apache.org">Grant Ingersoll, Uwe Schindler</author>
6 </properties>
7 <body>
8     <!-- <section id="Code Coverage"><title>Code Coverage</title>
9        <p>Code Coverage reports are available <a
10        href="">here</a></p>
11    </section> -->
12 <section id="System Requirements"><title>System Requirements</title>
13 <p>
14     Lucene Java has the following minimum requirements:
15     <ul>
16         <li>Java 1.5.x or greater.</li>
17         <li>ANT 1.7.0 or greater.</li>
18         <li>CPU, Disk and Memory requirements are based on the many choices made in implementing Lucene (document size, number of documents, and number of hits retrieved to name a few.)</li>
19     </ul>
20 </p>
21 <p>Contrib modules may have other requirements, refer to their documentation and build files for information.</p>
22
23 </section>
24
25
26 </body>
27 </document>