From: Enrico Forestieri Date: Mon, 15 Jul 2019 13:52:27 +0000 (+0200) Subject: Rename README.Cygwin as INSTALL.Cygwin X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=30810a8665c455f33aa767b96f543915761adadd;p=features.git Rename README.Cygwin as INSTALL.Cygwin --- diff --git a/INSTALL.Cygwin b/INSTALL.Cygwin new file mode 100644 index 0000000000..f9ec3b1127 --- /dev/null +++ b/INSTALL.Cygwin @@ -0,0 +1,34 @@ +LyX/Cygwin +========== + +Ruurd Reitsma +Bo Peng + + +Building LyX on Cygwin +====================== + +To build lyx, you will need to install the following cygwin packages + + gcc-core libhunspell-devel libQt5X11Extras-devel + gcc-g++ libiconv-devel pkg-config + gzip libQt5Core-devel python2 + gettext-devel libQt5Gui-devel python3 + libaspell-devel libQt5Svg-devel + +Building LyX on cygwin does not differ from building lyx on any typical +posix system, so you are referred to the INSTALL file. + +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 + + +Acknowledgements +================ + +Many thanks to Steven van Dijk, Claus Hentschel and Miyata Shigeru for +starting the porting business, and Enrico Forestieri for many cygwin-related +improvements. diff --git a/Makefile.am b/Makefile.am index 5f79e77667..db22e7d364 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ SUBDIRS = autotests config development po 3rdparty src sourcedoc lib \ EXTRA_DIST = ANNOUNCE INSTALL.autoconf RELEASE-NOTES UPGRADING \ INSTALL.Win32 INSTALL.MacOSX INSTALL.cmake \ - README.Cygwin README.localization lyx.1in \ + INSTALL.Cygwin README.localization lyx.1in \ autogen.sh CMakeLists.txt po/CMakeLists.txt man_MANS = lyx.1 diff --git a/README.Cygwin b/README.Cygwin deleted file mode 100644 index f9ec3b1127..0000000000 --- a/README.Cygwin +++ /dev/null @@ -1,34 +0,0 @@ -LyX/Cygwin -========== - -Ruurd Reitsma -Bo Peng - - -Building LyX on Cygwin -====================== - -To build lyx, you will need to install the following cygwin packages - - gcc-core libhunspell-devel libQt5X11Extras-devel - gcc-g++ libiconv-devel pkg-config - gzip libQt5Core-devel python2 - gettext-devel libQt5Gui-devel python3 - libaspell-devel libQt5Svg-devel - -Building LyX on cygwin does not differ from building lyx on any typical -posix system, so you are referred to the INSTALL file. - -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 - - -Acknowledgements -================ - -Many thanks to Steven van Dijk, Claus Hentschel and Miyata Shigeru for -starting the porting business, and Enrico Forestieri for many cygwin-related -improvements.