]> git.lyx.org Git - lyx.git/commitdiff
Rename README.Cygwin as INSTALL.Cygwin
authorEnrico Forestieri <forenr@lyx.org>
Mon, 15 Jul 2019 13:52:27 +0000 (15:52 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Mon, 15 Jul 2019 13:52:27 +0000 (15:52 +0200)
INSTALL.Cygwin [new file with mode: 0644]
Makefile.am
README.Cygwin [deleted file]

diff --git a/INSTALL.Cygwin b/INSTALL.Cygwin
new file mode 100644 (file)
index 0000000..f9ec3b1
--- /dev/null
@@ -0,0 +1,34 @@
+LyX/Cygwin
+==========
+
+Ruurd Reitsma  <R.A.Reitsma@wbmt.tudelft.nl>
+Bo Peng <ben.bob#gmail.com>
+
+
+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.
index 5f79e77667ba3a8e08098faed41eedff9c385fff..db22e7d3643098cc84651e17c3a88f5ee8f271ee 100644 (file)
@@ -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 (file)
index f9ec3b1..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-LyX/Cygwin
-==========
-
-Ruurd Reitsma  <R.A.Reitsma@wbmt.tudelft.nl>
-Bo Peng <ben.bob#gmail.com>
-
-
-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.