summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-07-01 13:11:20 -0700
committerGuy Harris <guy@alum.mit.edu>2015-07-01 20:14:38 +0000
commitc445570c49a9ecfb5d59f606a6307b441e082d92 (patch)
tree8d73673b2a7996896e9b5bf04cc18a39f009068b
parent3cd8c16886869b8854bc51eb5442a52997d14e18 (diff)
downloadwireshark-c445570c49a9ecfb5d59f606a6307b441e082d92.tar.gz
Give instructions for installin Chcocolatey's Win flex-bison.
Fix a typo ("and and") while we're at it. Change-Id: Ib68bbdf0b358f56b36cf53906f105c5ee6493ec4 Reviewed-on: https://code.wireshark.org/review/9446 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc9
1 files changed, 8 insertions, 1 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc b/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc
index 2c7e97eef6..025cb8ec8e 100644
--- a/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc
@@ -63,7 +63,7 @@ https://www.microsoft.com/powershell[]
https://chocolatey.org/[Chocolatey] is a native package manager for Windows.
There are https://chocolatey.org/packages[packages] for most of the software
listed below. Along with traditional Windows packages it supports Cygwin and
-and the Python Package Index.
+the Python Package Index.
// ...such as:
// - Active Perl and/or StrawberryPerl
@@ -242,6 +242,13 @@ PS$>choco install sed asciidoc [...] -source cygwin
Chocolatey installs Cygwin in 'C:\tools\cygwin' by default.
+You can use Chocolatey's Win flex-bison packages rather than the Cygwin
+Bison and Flex package:
+
+----
+PS$>choco install winflexbison
+----
+
[[ChSetupPython]]
==== Install Python