2005-07-08 14:19:48 +00:00
|
|
|
LyX/Cygwin
|
2006-09-08 02:01:45 +00:00
|
|
|
==========
|
|
|
|
|
2005-07-08 14:19:48 +00:00
|
|
|
Ruurd Reitsma <R.A.Reitsma@wbmt.tudelft.nl>
|
2013-05-10 22:15:57 +00:00
|
|
|
Bo Peng <ben.bob#gmail.com>
|
2006-09-08 02:01:45 +00:00
|
|
|
|
2004-12-01 09:07:20 +00:00
|
|
|
|
2010-03-06 22:38:47 +00:00
|
|
|
Building LyX on Cygwin
|
|
|
|
======================
|
2005-07-08 14:19:48 +00:00
|
|
|
|
2006-09-08 02:01:45 +00:00
|
|
|
To build lyx, you will need to install the following cygwin packages
|
2004-12-01 09:07:20 +00:00
|
|
|
|
2013-05-10 22:15:57 +00:00
|
|
|
aspell gzip libpng libQtGui4-devel
|
|
|
|
aspell-dev gettext libQtCore4 pkg-config
|
|
|
|
gcc gettext-devel libQtCore4-devel python
|
|
|
|
gcc4 libiconv libQtGui4
|
2010-03-06 22:38:47 +00:00
|
|
|
|
2012-02-19 13:13:05 +00:00
|
|
|
Currently only the traditional autotools (autoconf, automake, make etc)
|
|
|
|
build system is recommended to build LyX on cygwin. It does not differ
|
|
|
|
from building lyx on any typical posix system, so you are referred to the
|
|
|
|
INSTALL file.
|
2010-03-06 22:38:47 +00:00
|
|
|
Note that it is not advisable using the cmake build system on cygwin for
|
|
|
|
the reasons explained here: http://www.cmake.org/Bug/view.php?id=10122
|
2004-12-01 09:07:20 +00:00
|
|
|
|
2010-03-06 22:38:47 +00:00
|
|
|
When lyx is built as outlined above, it will be a X-Window application,
|
|
|
|
so you will need a X-server for running it. It is possible to build lyx
|
|
|
|
as a cygwin application but using the native Windows GDI backend instead
|
|
|
|
of X11. You are referred to the lyx wiki for instructions:
|
|
|
|
http://wiki.lyx.org/LyX/LyXOnCygwin
|
2004-12-01 09:07:20 +00:00
|
|
|
|
|
|
|
|
2006-09-08 02:01:45 +00:00
|
|
|
Acknowledgements
|
|
|
|
================
|
2004-12-01 09:07:20 +00:00
|
|
|
|
2006-09-08 02:01:45 +00:00
|
|
|
Many thanks to Steven van Dijk, Claus Hentschel and Miyata Shigeru for
|
|
|
|
starting the porting business, and Enrico Forestieri for many cygwin-related
|
|
|
|
improvements.
|