diff options
-rw-r--r-- | doc/src/sgml/install-win32.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index 303ec7f307c..b002c8c3958 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -20,8 +20,9 @@ manually in other cases. <Para> To build the libraries, change directory into the <filename>src</filename> -directory, and type the command +directory, and type the commands <programlisting> +copy include\config.h.win32 include\config.h nmake /f win32.mak </programlisting> This assumes that you have <ProductName>Visual C++</ProductName> in your |