]> git.lyx.org Git - lyx.git/blob - README.Cygwin
Remove python warning
[lyx.git] / README.Cygwin
1 LyX/Cygwin
2 ==========
3
4 Ruurd Reitsma  <R.A.Reitsma@wbmt.tudelft.nl>
5 Bo Peng <ben.bob#gmail.com>
6
7
8 Building LyX on Cygwin
9 ======================
10
11 To build lyx, you will need to install the following cygwin packages
12
13     aspell        gzip             libpng           libQtGui4-devel
14     aspell-dev    gettext          libQtCore4       pkg-config
15     gcc           gettext-devel    libQtCore4-devel python
16     gcc4          libiconv         libQtGui4
17
18 Currently only the traditional autotools (autoconf, automake, make etc)
19 build system is recommended to build LyX on cygwin. It does not differ
20 from building lyx on any typical posix system, so you are referred to the
21 INSTALL file.
22 Note that it is not advisable using the cmake build system on cygwin for
23 the reasons explained here: http://www.cmake.org/Bug/view.php?id=10122
24
25 When lyx is built as outlined above, it will be a X-Window application,
26 so you will need a X-server for running it. It is possible to build lyx
27 as a cygwin application but using the native Windows GDI backend instead
28 of X11. You are referred to the lyx wiki for instructions:
29 http://wiki.lyx.org/LyX/LyXOnCygwin
30
31
32 Acknowledgements
33 ================
34
35 Many thanks to Steven van Dijk, Claus Hentschel and Miyata Shigeru for 
36 starting the porting business, and Enrico Forestieri for many cygwin-related
37 improvements.