tufte layout files:
[lyx.git] / README.Cygwin
blobfe28a45a0fa446c67b09c7e8f488b0242947abe0
1 LyX/Cygwin
2 ==========
4 Ruurd Reitsma  <R.A.Reitsma@wbmt.tudelft.nl>
5 Bo Peng <ben.bob#gmail.com> 
8 Building Lyx under cygwin
9 =========================
11 Two building systems are supported to build lyx under cygwin: the traditional
12 autotools (autoconf, automake, make etc), and a scons build system. The latter
13 is easier to use and is the preferred method. If you prefer using autotools, 
14 you can find detailed instructions at lyx/wiki.
16 To build lyx, you will need to install the following cygwin packages
18     aspell        gzip       libiconv     qt4-bin
19     aspell-dev    jpeg       libpng       qt4-devel
20     gcc           libintl    libpng2
21     gettext       libintl1   jpeg
22     gettext-devel libintl2   python
24 Then, build lyx with command
26     > python scons.py -f development/scons/SConstruct mode=release install
28 Optionally, you can install to a DESTDIR using a command similar to 
30     > python scons.py -f development/scons/SConstruct mode=release DESTDIR=./test install
32 For more details about the use of scons, please refer to INSTALL.scons.
35 Acknowledgements
36 ================
38 Many thanks to Steven van Dijk, Claus Hentschel and Miyata Shigeru for 
39 starting the porting business, and Enrico Forestieri for many cygwin-related
40 improvements.