|
Revision 15432, 1.2 kB
(checked in by poenitz, 2 years ago)
|
remove qt3 frontend
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 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 under cygwin |
|---|
| 9 |
========================= |
|---|
| 10 |
|
|---|
| 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. |
|---|
| 15 |
|
|---|
| 16 |
To build lyx, you will need to install the following cygwin packages |
|---|
| 17 |
|
|---|
| 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 |
|---|
| 23 |
|
|---|
| 24 |
Then, build lyx with command |
|---|
| 25 |
|
|---|
| 26 |
> python scons.py -f development/scons/SConstruct mode=release install |
|---|
| 27 |
|
|---|
| 28 |
Optionally, you can install to a DESTDIR using a command similar to |
|---|
| 29 |
|
|---|
| 30 |
> python scons.py -f development/scons/SConstruct mode=release DESTDIR=./test install |
|---|
| 31 |
|
|---|
| 32 |
For more details about the use of scons, please refer to INSTALL.scons. |
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 |
Acknowledgements |
|---|
| 36 |
================ |
|---|
| 37 |
|
|---|
| 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. |
|---|