Ethereal-dev: [Ethereal-dev] [patch] EDG required tools

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Fri, 23 Sep 2005 14:15:58 +0200 (CEST)
Hi,

When installing a fresh Cygwin you need to add the unzip package as well.
At least that is what the verify_tools target says. So I added that to the
list of tools.
And fixed the package names for yacc and lexx (being bison and flex)

Have a nice weekend!
Jaap

Index: docbook/edg_src/EDG_chapter_tools.xml
===================================================================
--- docbook/edg_src/EDG_chapter_tools.xml	(revision 15975)
+++ docbook/edg_src/EDG_chapter_tools.xml	(working copy)
@@ -228,14 +228,19 @@
 	</row>
 	<row>
 	  <entry><xref linkend="ChToolsYacc"/></entry>
-	  <entry><command>yacc</command></entry>
+	  <entry><command>bison</command></entry>
 	  <entry><ulink url="http://gnuwin32.sourceforge.net/"/></entry>
 	</row>
 	<row>
 	  <entry><xref linkend="ChToolsLexx"/></entry>
-	  <entry><command>lexx</command></entry>
+	  <entry><command>flex</command></entry>
 	  <entry><ulink url="http://gnuwin32.sourceforge.net/"/></entry>
 	</row>
+	<row>
+	  <entry>Unzip</entry>
+	  <entry><command>unzip</command></entry>
+	  <entry></entry>
+	</row>
 	</tbody>
 	</tgroup>
 	</table>