summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-06-30 12:58:44 -0700
committerGuy Harris <guy@alum.mit.edu>2015-06-30 19:59:34 +0000
commit98a7b1eeb8d6edc1cdc2e80caa554d51805b0f5d (patch)
treebd055e4a1c13b3f787e765c750eaaacc7c6163d4
parent74338f5e5cfde51170a0492a2663c465fdc70168 (diff)
downloadwireshark-98a7b1eeb8d6edc1cdc2e80caa554d51805b0f5d.tar.gz
Put quotes into xcopy command and note that it might need privileges.
The pathnames have spaces, so they must be quoted. At least on my VM, I had to run it as Administrator. Change-Id: I7600edbdbe3205c7f766cc651bd6b86340efa0ff Reviewed-on: https://code.wireshark.org/review/9429 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc b/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc
index 456a607ecc..2c7e97eef6 100644
--- a/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc
@@ -102,11 +102,13 @@ For VS2013 (and later) Microsoft has left out a required file from the
include files to build with nmake. To fix this copy Win32.Mak from the Win 7 SDK
into an appropriate path for use with VS2013, e.g.
----
-C:\> xcopy C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include\Win32.Mak ^
- C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include
+C:\> xcopy "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include\Win32.Mak" ^
+ "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include"
----
====
+You may have to do this as Administrator.
+
Compiling with gcc or Clang is not recommended and will
certainly not work (at least not without a lot of advanced
tweaking). For further details on this topic, see