X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=README.Win32;h=13ce09887543ee08d8980322933d908fff9ea374;hb=a88e6e1ea5861f8275adbe4c962c2629fb482613;hp=a1e5f38609ca2f77ea3121f0e83d8afa2008a7ef;hpb=9e8d9ad176dc7691869cf9760bd696061ff4290d;p=lyx.git diff --git a/README.Win32 b/README.Win32 index a1e5f38609..13ce098875 100644 --- a/README.Win32 +++ b/README.Win32 @@ -1,32 +1,17 @@ -================ -README for Win32 -================ +LyX for Windows +=============== -If you just want to use LyX, get the official Windows installer and -use that. More detailed help can be found on the wiki at -http://wiki.lyx.org/Windows. +Since July 2005, an official native Windows version of LyX is available. +Windows XP, Windows Vista and Windows 7 are currently supported. -If you want to compile LyX yourself, there are a number of ways to do -that. +Binary Releases +=============== -LyX has been ported to Win32 using three different compilers: -Microsoft Visual Studio C++ compiler (VC). MinGW gcc, or Cygwin gcc. +Ready-to-use installers can be downloaded from http://www.lyx.org/Download +Additional information and tips are also available on this site. -There are also three different build solutions avaiable: Scons, Cmake -or using the traditional Unix autoconf machinery. - -INSTALL.scons covers how to build using SCons, using any of the three -compilers. - -development/cmake/README.cmake explains how to build using CMake. This -is especially good with VC, because it produces real .sln files. - -See INSTALL.win32 for info about how to build using Cygwin. - -Joost has prepared a .zip package with most of the stuff that you'll -need to compile LyX yourself. Get that from -ftp://ftp.lyx.org/pub/lyx/contrib/lyx-windows-deps-msvc.zip. -Unzip in c:\program files\ and rename the directory to gnuwin32, and -you will find that the CMake solution works almost out of the box, -if you have Visual Studio. +Compiling +========= +If you want to participate in the development of LyX and need to compile +LyX for Windows yourself, please follow the instructions in INSTALL.Win32