]> git.lyx.org Git - lyx.git/blob - README.Win32
a1e5f38609ca2f77ea3121f0e83d8afa2008a7ef
[lyx.git] / README.Win32
1 ================
2 README for Win32
3 ================
4
5 If you just want to use LyX, get the official Windows installer and
6 use that. More detailed help can be found on the wiki at 
7 http://wiki.lyx.org/Windows.
8
9 If you want to compile LyX yourself, there are a number of ways to do
10 that.
11
12 LyX has been ported to Win32 using three different compilers:
13 Microsoft Visual Studio C++ compiler (VC). MinGW gcc, or Cygwin gcc.
14
15 There are also three different build solutions avaiable: Scons, Cmake
16 or using the traditional Unix autoconf machinery.
17
18 INSTALL.scons covers how to build using SCons, using any of the three
19 compilers.
20
21 development/cmake/README.cmake explains how to build using CMake. This
22 is especially good with VC, because it produces real .sln files.
23
24 See INSTALL.win32 for info about how to build using Cygwin.
25
26 Joost has prepared a .zip package with most of the stuff that you'll
27 need to compile LyX yourself. Get that from 
28 ftp://ftp.lyx.org/pub/lyx/contrib/lyx-windows-deps-msvc.zip.
29 Unzip in c:\program files\ and rename the directory to gnuwin32, and 
30 you will find that the CMake solution works almost out of the box,
31 if you have Visual Studio.
32