From 12204f1a4b36ce3b23af4ce07df3ed426008246a Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Tue, 26 Nov 2019 16:36:42 +0100 Subject: [PATCH] docbook: minor fixes. Change-Id: I2de1f3df60847b011e7b93d12a0b73e581c4a9d7 Reviewed-on: https://code.wireshark.org/review/35222 Reviewed-by: Peter Wu --- docbook/wsdg_src/WSDG_chapter_quick_setup.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docbook/wsdg_src/WSDG_chapter_quick_setup.adoc b/docbook/wsdg_src/WSDG_chapter_quick_setup.adoc index 3a9a3265a6..6450fded9b 100644 --- a/docbook/wsdg_src/WSDG_chapter_quick_setup.adoc +++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.adoc @@ -68,7 +68,7 @@ command `choco install` (or its shorthand, `cinst`), e.g. ==== Install Microsoft Visual Studio -https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&rel=16[Download] and install “Microsoft Visual Studio 2019 Community Edition.” +https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&rel=16[Download] and install “Microsoft Visual Studio 2019 Community Edition”. This is a small utility that downloads all the other required parts (which are quite large). Check the checkbox for “Desktop development with {cpp}” and then uncheck @@ -77,10 +77,10 @@ all the optional components other than the “V{cpp} 2019” item with the CMake” (unless you want to use them for purposes other than Wireshark). You can use Chocolatey to install Visual Studio, using the Visual Studio -Community and Native Desktop workload packages +Community and Native Desktop workload packages. ---- -PS$>choco install -y visualstudio2019community visualstudio2019-workload-nativedesktop +PS$> choco install -y visualstudio2019community visualstudio2019-workload-nativedesktop ---- You can use other Microsoft C compiler variants, but VS2019 is used to