From 34e92f1540a7b2ad1492cf905de13dd1c6aa09f4 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Thu, 23 Nov 2006 17:06:14 +0000 Subject: [PATCH] INSTALL.Win32 changes from Uwe git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16016 a592a061-630c-0410-9148-cb99ea01b6c8 --- INSTALL.Win32 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL.Win32 b/INSTALL.Win32 index 9af56e3ea5..ae3f9b985d 100644 --- a/INSTALL.Win32 +++ b/INSTALL.Win32 @@ -21,12 +21,12 @@ Compiling Follow exactly the steps of http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ - (If you get later an error message that "windows.h" cannot be found, - create the global Windows environment variable "INCLUDE" and "LIB". + In Step 3 follow also the things noted as alternative. + (If you later get an error message that "windows.h" cannot be found, + create the global Windows environment variables "INCLUDE" and "LIB". INCLUDE contains the paths to the "include" folders of the installed - platform SDK, and of MSVC. LIB contains the corresponding "lib" - folders.) - + platform SDK and of MSVC. LIB contains the corresponding "lib" folders.) + 4 Install Python Get the latest Python 2.5 version at