This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

setup.exe's README patched to mention needed packages bison and flex.


To successfully build setup.exe, after downloading the files via:

$ cvs -z3 -d :pserver:anoncvs@sources.redhat.com:/cvs/cygwin-apps co setup

two additional packages are required.
These packages are bison and flex.

I made a patch to the README.

$ cvs -z3 -d :pserver:anoncvs@sources.redhat.com:/cvs/cygwin-apps diff -uN
>patch.20070922

and the patch is included below.

Hope this helps,
Chris Lent
<lent@cooper.edu>
Adjunct Associate Professor of Computer Science,
Advisor to First-Year Engineering Students,
Manager, Louis and Jeanette Brooks Engineering Design Center (BEDC) Tel:
+1.212.353.4350
---------------------------------------------------------------------------------------------------------


Index: setup/README
=================================================================== RCS
file: /cvs/cygwin-apps/setup/README,v
retrieving revision 2.39
diff -u -r2.39 README
--- setup/README        21 Feb 2007 07:05:18 -0000      2.39
+++ setup/README        22 Sep 2007 11:20:46 -0000
@@ -6,6 +6,8 @@
 -------------
 Setup should build out-of-the-box on any Cygwin environment that has all
the
 required packages installed:
+  - bison
+  - flex
   - gcc-mingw-g++
   - make
   - mingw-zlib








Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]