mirror of https://github.com/apache/lucene.git
docs: use unix and windows paths in readme
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1099039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
294156cbfc
commit
422f8dea4a
|
@ -64,18 +64,18 @@ docs/api/index.html
|
|||
Instructions for Building Apache Solr from Source
|
||||
-------------------------------------------------
|
||||
|
||||
1. Download the Java SE 6 JDK (Java Development Kit) or later from http://java.sun.com.
|
||||
You will need the JDK installed, and the %JAVA_HOME%\bin directory included
|
||||
on your command path. To test this, issue a "java -version" command from your
|
||||
shell and verify that the Java version is 1.6 or later.
|
||||
1. Download the Java SE 6 JDK (Java Development Kit) or later from http://java.sun.com/
|
||||
You will need the JDK installed, and the $JAVA_HOME/bin (Windows: %JAVA_HOME%\bin)
|
||||
folder included on your command path. To test this, issue a "java -version" command
|
||||
from your shell (command prompt) and verify that the Java version is 1.6 or later.
|
||||
|
||||
2. Download the Apache Ant binary distribution (1.7.0 or greater) from http://ant.apache.org.
|
||||
You will need Ant installed and the %ANT_HOME%\bin directory included on your
|
||||
command path. To test this, issue a "ant -version" command from your
|
||||
shell and verify that Ant is available.
|
||||
2. Download the Apache Ant binary distribution (1.7.0 or greater) from http://ant.apache.org/
|
||||
You will need Ant installed and the $ANT_HOME/bin (Windows: %ANT_HOME%\bin) folder
|
||||
included on your command path. To test this, issue a "ant -version" command from your
|
||||
shell (command prompt) and verify that Ant is available.
|
||||
|
||||
3. Download the Apache Solr distribution, linked from the above
|
||||
web site. Expand the distribution to a folder of your choice, e.g. c:\solr.
|
||||
3. Download the Apache Solr distribution, linked from the above web site.
|
||||
Unzip the distribution to a folder of your choice, e.g. C:\solr or ~/solr
|
||||
Alternately, you can obtain a copy of the latest Apache Solr source code
|
||||
directly from the Subversion repository:
|
||||
|
||||
|
|
Loading…
Reference in New Issue