From 422f8dea4a2a3be733fd8aea62a1acc1d832eb6b Mon Sep 17 00:00:00 2001 From: Yonik Seeley Date: Tue, 3 May 2011 12:46:39 +0000 Subject: [PATCH] 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 --- solr/README.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/solr/README.txt b/solr/README.txt index 0a9e939128d..f9a72c0f187 100644 --- a/solr/README.txt +++ b/solr/README.txt @@ -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: