Hi,
At Tue, 07 Feb 2006 16:13:03 -0000,
Nuno Lopes wrote:
@@ -213,7 +221,9 @@
url="&url.icu;">ICU</ulink> (needed for PHP >= 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
I suggest the following modification to remove repetition.
--- en/install/windows/building.xml 7 Feb 2006 16:13:02 -0000 1.11
+++ en/install/windows/building.xml 8 Feb 2006 02:42:05 -0000
@@ -224,8 +224,7 @@
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.
+ available under the Start menu.
Then type something like <command>cd C:\work\php-5.x.x</command> to
enter
in the PHP source dir. Now you are ready to start configuring PHP.
</para>
Ah, thanks for noticing ;) I got distracted with the bug report.
Nuno