nlopess         Tue Feb  7 16:13:03 2006 UTC

  Modified files:              
    /phpdoc/en/install/windows  building.xml 
  Log:
  fix #36284: clarify that if cygwin isnt installed the win32build/bin dir must 
be in the path
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/install/windows/building.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/install/windows/building.xml
diff -u phpdoc/en/install/windows/building.xml:1.10 
phpdoc/en/install/windows/building.xml:1.11
--- phpdoc/en/install/windows/building.xml:1.10 Thu Dec  8 12:10:50 2005
+++ phpdoc/en/install/windows/building.xml      Tue Feb  7 16:13:02 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <sect1 id="install.windows.building">
  <title>Building from source</title>
  <para>
@@ -96,6 +96,14 @@
       respectively.
      </simpara>
     </listitem>
+    <listitem>
+     <simpara>
+      If you don't have cygwin installed with bison and flex, you also need to
+      make the <filename class="directory">C:\work\win32build\bin</filename>
+      directory available in the PATH, so that thoses tools can be found by
+      the configure script.
+     </simpara>
+    </listitem>
    </itemizedlist>
    Following this steps your directory structure looks like this:
    <screen>
@@ -213,7 +221,9 @@
     url="&url.icu;">ICU</ulink> (needed for PHP &gt;= 6).
   </para>
   <para>
-   First you should open a Visual Studio Command Prompt, which should be
+   First you should open a Visual Studio Command Prompt (a normal Command
+   Prompt window doesn't work because it doesn't have the necessary
+   environment variables set), which should be
    available under the Start menu. A regular Command Prompt window shouldn't
    work, as probably it doesn't have the necessary environment variables set.
    Then type something like <command>cd C:\work\php-5.x.x</command> to enter

Reply via email to