docbook: add "-y" to all windows choco commands.

This speeds up the copy/paste step-by-step sequence.

Change-Id: Ib2e3ee54c8c86b7357260ecaab5d129ef296a9e9
Reviewed-on: https://code.wireshark.org/review/27309
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Dario Lombardo 2018-05-03 15:52:18 +02:00 committed by Anders Broman
parent 3f49c0d3ca
commit ec5af355d3
1 changed files with 13 additions and 13 deletions

View File

@ -60,7 +60,7 @@ installation, copy the deployment XML file https://code.wireshark.org/review/git
and pass the path the file to the chocolatey install command: and pass the path the file to the chocolatey install command:
---- ----
PS$>choco install VisualStudio2015Community --timeout 0 -package-parameters "--AdminFile path\to\msvc2015AdminDeployment.xml" PS$>choco install -y VisualStudio2015Community --timeout 0 -package-parameters "--AdminFile path\to\msvc2015AdminDeployment.xml"
---- ----
You can use other Microsoft C compiler variants, but VS2015 is used to You can use other Microsoft C compiler variants, but VS2015 is used to
@ -125,17 +125,17 @@ using the command `choco install`.
[source,cmd] [source,cmd]
---- ----
> rem Flex and Bison are required. > rem Flex and Bison are required.
> choco install winflexbison > choco install -y winflexbison
> rem Git, CMake, Perl, Python, etc are also required, but can be installed > rem Git, CMake, Perl, Python, etc are also required, but can be installed
> rem via their respective installation packages. > rem via their respective installation packages.
> choco install git cmake > choco install -y git cmake
> rem Choose one of Strawberry... > rem Choose one of Strawberry...
> choco install strawberryperl > choco install -y strawberryperl
> rem ...or ActiveState Perl > rem ...or ActiveState Perl
> choco install activeperl > choco install -y activeperl
> rem This will likely install Python in a non-standard location, but > rem This will likely install Python in a non-standard location, but
> rem should otherwise work. > rem should otherwise work.
> choco install python3 > choco install -y python3
---- ----
[[ChSetupCygwin]] [[ChSetupCygwin]]
@ -190,8 +190,8 @@ may take a while).
Alternatively you can install Cygwin and its packages using Chocolatey: Alternatively you can install Cygwin and its packages using Chocolatey:
---- ----
PS$>choco install cygwin PS$>choco install -y cygwin
PS$>choco install cyg-get PS$>choco install -y cyg-get
---- ----
//PS$>choco install sed [...] -source cygwin //PS$>choco install sed [...] -source cygwin
@ -217,13 +217,13 @@ as well.
Alternatively you can install Python using Chocolatey: Alternatively you can install Python using Chocolatey:
---- ----
PS$>choco install python3 PS$>choco install -y python3
---- ----
or or
---- ----
PS$>choco install python2 PS$>choco install -y python2
---- ----
Chocolatey installs Python in _C:\tools\python3_ and _C:\tools\python2_ by default. Chocolatey installs Python in _C:\tools\python3_ and _C:\tools\python2_ by default.
@ -270,7 +270,7 @@ https://tortoisegit.org/download/.
The command line client can be installed (and updated) using Chocolatey: The command line client can be installed (and updated) using Chocolatey:
---- ----
PS$> choco install git PS$> choco install -y git
---- ----
===== Others ===== Others
@ -289,7 +289,7 @@ the default location. Ensure the directory containing cmake.exe is added to you
Alternatively you can install CMake using Chocolatey: Alternatively you can install CMake using Chocolatey:
---- ----
PS$>choco install cmake PS$>choco install -y cmake
---- ----
Chocolatey ensures cmake.exe is on your path. Chocolatey ensures cmake.exe is on your path.
@ -306,7 +306,7 @@ and the Users Guide.
The easiest way to install them on Windows is via Chocolatey: The easiest way to install them on Windows is via Chocolatey:
---- ----
PS$>choco install asciidoctorj xsltproc docbook-bundle PS$>choco install -y asciidoctorj xsltproc docbook-bundle
---- ----
Chocolatey ensures that asciidoctorj.exe and xsltproc.exe is on your Chocolatey ensures that asciidoctorj.exe and xsltproc.exe is on your