You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/11/02 06:28:55 UTC

svn commit: rev 56356 - forrest/trunk

Author: crossley
Date: Mon Nov  1 21:28:55 2004
New Revision: 56356

Modified:
   forrest/trunk/index.html
Log:
Something wrong with the build script. Need to 'cd main' first.


Modified: forrest/trunk/index.html
==============================================================================
--- forrest/trunk/index.html	(original)
+++ forrest/trunk/index.html	Mon Nov  1 21:28:55 2004
@@ -46,8 +46,8 @@
    </p>
    <p>The source code is also provided, so you can alter it or extend it,
       and then re-build by doing
-      <tt>'main\build.bat'</tt> (Windows)
-      or <tt>'main/build.sh'</tt> (Unix).
+      <tt>'cd main; build.bat'</tt> (Windows)
+      or <tt>'cd main; ./build.sh'</tt> (Unix).
       If you need more instructions, then see the
       <a href="http://forrest.apache.org/build.html">Building Forrest</a>
       document.