mirror of https://github.com/apache/lucene.git
- Updated JavaCC references.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149997 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
998d5eba9a
commit
43df3cc6e6
|
@ -80,11 +80,10 @@ NOTE: the ~ character represents your user account home directory.
|
|||
Step 3) Install JavaCC
|
||||
|
||||
Building the Lucene distribution from the source requires the JavaCC
|
||||
parser generator from WebGain, Inc. This software has
|
||||
a separate license agreement that must be agreed to before you can use
|
||||
it. The web page for JavaCC is here:
|
||||
parser generator. This software has a separate license agreement that
|
||||
must be agreed to before you can use it. The web page for JavaCC is here:
|
||||
|
||||
http://www.webgain.com/products/java_cc/
|
||||
http://www.experimentalstuff.com/Technologies/JavaCC/
|
||||
|
||||
Follow the download links and download the zip file to a temporary
|
||||
location on your file system. Unzip the file and run the large class file
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
|
||||
Please download and install JavaCC 2.0 from:
|
||||
|
||||
<http://www.webgain.com/products/java_cc/>
|
||||
<http://www.experimentalstuff.com/Technologies/JavaCC/>
|
||||
|
||||
Then, create a build.properties file either in your home
|
||||
directory, or within the Lucene directory and set the javacc.home
|
||||
|
|
Loading…
Reference in New Issue