]> git.lyx.org Git - lyx.git/blobdiff - INSTALL.Win32
Add to credits
[lyx.git] / INSTALL.Win32
index 2883da1ae681da5a9e0baef597ee7aec37cbd74a..769f9e9f4d869c3e9466ee24045f699e94a2fb4b 100644 (file)
@@ -1,7 +1,8 @@
-Compiling LyX 1.6 for Win32
+Compiling LyX 2.0 for Win32
 ===========================
 
-LyX 1.6 can be compiled with Microsoft Visual C++ 2008 (recommended) or MinGW.
+LyX 2.0 can be compiled with Microsoft Visual C++ 2008 (recommended) or MinGW.
+Note that you should not have spaces in the path of the source code.
 
 Compiling with MSVC 2008
 ========================
@@ -13,10 +14,10 @@ Compiling with MSVC 2008
 
 2      Install Python
 
-       Get the latest Python 2.5 version at
+       Get the latest Python 2.6 version at
        http://www.python.org/download/
 
-       Install in C:\Python25 and add this directory to the PATH environment
+       Install in C:\Python26 and add this directory to the PATH environment
        variable (Start > Settings > Control Panel > System > Advanced >
        Environment Variables).
 
@@ -79,7 +80,7 @@ Compiling with MinGW
 3      install python and scons as instructed above. Set $path for python
           to make your life a bit easier.
 
-4      Check out lyx svn to c:\lyx-devel\lyx-1.6.x
+4      Check out lyx svn to c:\lyx-devel\lyx-2.0.x
 
 5      Download zlib binaries and developer files (zlib-1.2.3-bin.zip and
           zlib-1.2.3-lib.zip) from http://gnuwin32.sourceforge.net/packages/zlib.htm
@@ -88,13 +89,13 @@ Compiling with MinGW
           unpack all of them to the same directory c:\lyx-devel\mingw_deps.
 
 6      start a command window, run commands:
-          $ cd c:\lyx-devel\lyx-1.6.x
+          $ cd c:\lyx-devel\lyx-2.0.x
           $ scons -f development\scons\SConstruct \
               extra_lib_path=..\mingw_deps\lib  \
                   extra_inc_path=..\mingw_deps\include \
                   extra_bin_path=..\mingw_deps\bin \
                   qt_dir=c:\qt \
-                  DESTDIR=..\lyx-1.6-install \
+                  DESTDIR=..\lyx-2.0-install \
                   install