summaryrefslogtreecommitdiff
path: root/docbook
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-09-23 17:26:59 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-09-23 17:26:59 +0000
commita10c92d861e6e98ff481b4dc1b6fc406844218c0 (patch)
tree37ece44c55b22b0b3453c63789800b9c7655b270 /docbook
parent1c9305a90ebff54f583d16b5d5641d0dbef517ce (diff)
downloadwireshark-a10c92d861e6e98ff481b4dc1b6fc406844218c0.tar.gz
from Jaap Keuter: fixed the package names for yacc and lexx (being bison and flex)
and from myself: add a section about GNU unzip and add it to the optional tools svn path=/trunk/; revision=15977
Diffstat (limited to 'docbook')
-rw-r--r--docbook/edg_src/EDG_chapter_tools.xml34
1 files changed, 31 insertions, 3 deletions
diff --git a/docbook/edg_src/EDG_chapter_tools.xml b/docbook/edg_src/EDG_chapter_tools.xml
index 9e106b794b..acd3767ed0 100644
--- a/docbook/edg_src/EDG_chapter_tools.xml
+++ b/docbook/edg_src/EDG_chapter_tools.xml
@@ -228,12 +228,12 @@
</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>
</tbody>
@@ -271,7 +271,12 @@
<row>
<entry><xref linkend="ChToolsWget"/></entry>
<entry><command>wget</command></entry>
- <entry><ulink url="http://gnuwin32.sourceforge.net/"/></entry>
+ <entry><ulink url="http://gnuwin32.sourceforge.net"/></entry>
+ </row>
+ <row>
+ <entry><xref linkend="ChToolsUnzip"/></entry>
+ <entry><command>unzip</command></entry>
+ <entry><ulink url="http://gnuwin32.sourceforge.net"/></entry>
</row>
<row>
<entry><xref linkend="ChToolsNSIS"/></entry>
@@ -1186,6 +1191,29 @@ written by Larry Wall and Paul Eggert]]>
</para>
</section>
+ <section id="ChToolsUnzip">
+ <title>Win32: GNU unzip (optional)</title>
+ <para>
+ GNU unzip is used to, well, unzip the zip files downloaded using the wget
+ tool.
+ </para>
+ <para>
+ GNU wget is available for most of the UNIX-like platforms and as the
+ <application>unzip</application> package from the <link
+ linkend="ChToolsInstallCygwin">Cygwin setup</link>.
+ </para>
+ <para>
+ You will only need unzip, if you want to use the Win32 automated library
+ download, see <xref linkend="ChLibsSetup"/> for details.
+ </para>
+ <para>
+ If GNU unzip isn't already installed and also not available as a package
+ for your platform (well, for Win32 it is available as a Cygwin package),
+ you can get it at:
+ <ulink url="http://www.gnu.org/software/unzip/unzip.html"/>.
+ </para>
+ </section>
+
<section id="ChToolsNSIS">
<title>Win32: NSIS (optional)</title>