INSTALL.Win32 changes from Uwe

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16016 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2006-11-23 17:06:14 +00:00
parent 83525c9570
commit 34e92f1540

View File

@ -21,12 +21,12 @@ Compiling
Follow exactly the steps of Follow exactly the steps of
http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/
(If you get later an error message that "windows.h" cannot be found, In Step 3 follow also the things noted as alternative.
create the global Windows environment variable "INCLUDE" and "LIB". (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 INCLUDE contains the paths to the "include" folders of the installed
platform SDK, and of MSVC. LIB contains the corresponding "lib" platform SDK and of MSVC. LIB contains the corresponding "lib" folders.)
folders.)
4 Install Python 4 Install Python
Get the latest Python 2.5 version at Get the latest Python 2.5 version at