X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=README.Cygwin;h=5fb6a4ca1fb885c3c6ac49f40aa235e05d10a758;hb=e94889a041628203c50b66b9a4add63210de6928;hp=97962bdfafc403d77ac674f33249a0ed60335a4f;hpb=55069dd3abd7ce5b13483a205e6edbd757816493;p=lyx.git diff --git a/README.Cygwin b/README.Cygwin index 97962bdfaf..5fb6a4ca1f 100644 --- a/README.Cygwin +++ b/README.Cygwin @@ -1,17 +1,25 @@ -================================================================ -README for Cygwin by Ruurd Reitsma (R.A.Reitsma@wbmt.tudelft.nl) -================================================================ +LyX/Cygwin +Ruurd Reitsma -LyX has been ported to Win32 using the Cygwin environement. The port -consists of a few small tweaks to deal with DOS-style pathnames, so -LyX can use Win32 TeX distros like fptex and MiKTeX. There's also a -cygwin TeTeX port, but the native Win32 ports have a definite speed -advantage. Besides that, nothing fancy. +There are two ways to run LyX on Windows: +* as a native Windows application, using the Qt/Win Free clone of + Trolltech's cross-platform Qt toolkit. +* as a POSIX application running under the Cygwin environment. + +This README describes what is needed for the latter of these two +options. Please refer to README.Win32 if you'd like to run LyX +as a native Windows application. + +The Cygwin port consists of a few small tweaks to the original +Unix sources to deal with DOS-style pathnames, so that LyX can use +Win32 TeX distros like fptex and MiKTeX. There's also a cygwin TeTeX port, +but the native Win32 ports have a definite speed advantage. Besides that, +nothing fancy. The prerequisites are (obviously?): * cygwin installation (http://www.cygwin.com/). -* decent X server; eXceed, X-Win32, or maybe even Cygwin/XFree86. +* decent X server; eXceed, X-Win32 or Cygwin/XFree86. * working TeX installation; fpTex, MikTex. It should compile out of the box, but there might be some libraries @@ -19,9 +27,9 @@ missing in the final link step. You'll have to add them to the Makefile by hand. Be sure to include -lregex, because cygwin's builtin regex is sortof weird (filedialogs will turn up empty...) -If you want to run lyx with no console windows open, there's a small +If you want to run LyX with no console windows open, there's a small program in development/Win32 that will set the proper environment vars -and start lyx. +and start LyX. Compile with: