You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by br...@apache.org on 2004/10/27 23:04:10 UTC

svn commit: rev 55736 - forrest/trunk/forrestcore/src/documentation/content/xdocs

Author: brondsem
Date: Wed Oct 27 14:04:10 2004
New Revision: 55736

Modified:
   forrest/trunk/forrestcore/src/documentation/content/xdocs/build.xml
Log:
update build from SVN instructions

Modified: forrest/trunk/forrestcore/src/documentation/content/xdocs/build.xml
==============================================================================
--- forrest/trunk/forrestcore/src/documentation/content/xdocs/build.xml	(original)
+++ forrest/trunk/forrestcore/src/documentation/content/xdocs/build.xml	Wed Oct 27 14:04:10 2004
@@ -59,7 +59,8 @@
    <section id="building">
      <title>Building and Installing Forrest</title>
      <p>
-       To build Forrest, type '<code>build</code>' on Windows, or '<code>./build.sh</code>' on
+       To build Forrest, change directory to '<code>forrest/forrestcore</code>', and
+	   then type '<code>build</code>' on Windows or '<code>./build.sh</code>' on
        Unix. If everything is successful, you should see a message like this:
      </p>
      <source>
@@ -81,8 +82,8 @@
        command is available everywhere:
      </p>
      <source>
-~/apache/forrest$ export FORREST_HOME=`pwd`/src/core
-~/apache/forrest$ export PATH=$PATH:$FORREST_HOME/bin
+~/forrest/forrestcore$ export FORREST_HOME=`pwd`/src/core
+~/forrest/forrestcore$ export PATH=$PATH:$FORREST_HOME/bin
      </source>
      <p>
        After updating the Forrest source from SVN if there have been certain types of