]> git.lyx.org Git - lyx.git/blobdiff - development/Win32/readme.txt
Check if we are on column 0 for special case
[lyx.git] / development / Win32 / readme.txt
index 1de92c00c3c80d421aa36d1b3f59f5a39da511aa..0e8e3ae592cd33a239ad4f2a302119e0886e4dec 100644 (file)
@@ -7,15 +7,9 @@ To compile using MicroSoft Visual Studio 2003.NET, do this:
 
 2) Make sure QTDIR is set in your global environment, and QTDIR\bin
    is in your path. Control panel, system, advanced, environment
-   variables in your friend on Windows XP.
+   variables is your friend on Windows XP.
 
-3) Apply the win32_kludge.diff using GNU patch. Download from
-   http://gnuwin32.sourceforge.net/packages/patch.htm
-   and type "patch -p0 < development\win32\win32_kludge.diff"
-   in cmd box with current working directory lyx-devel. 
-   Make sure that patch is in your path. (c:\program files\gnuwin32\bin)
-
-4) Open the development\win32\lyx.sln file in Visual Studio,
+3) Open the development\win32\lyx.sln file in Visual Studio,
    compile and run. You can probably also use the free version
    of Microsoft's compiler, but I haven't tried that.