aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-10-03 07:38:01 +0000
committerGuy Harris <guy@alum.mit.edu>2012-10-03 07:38:01 +0000
commit9f3fc48fb5c0ea0ac3a6a3a29b650378cb6a78fd (patch)
tree49e47cbe59e00526a9d538d68d6324c76253c622 /docbook
parent5ed58aa3a7fd1536f01eb01b0fc0453585a01db4 (diff)
Get rid of the "Install MSVC the usual way" paragraph - the previous
paragraphs give more details on how to install, and the stuff about vcvars32.bat is given later, in more detail. While we're at it, fix another reference to vcvars32 to also refer to vcvarsall. svn path=/trunk/; revision=45278
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_quick_setup.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_quick_setup.xml b/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
index d5b45a777c..b66822680b 100644
--- a/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
@@ -85,10 +85,6 @@
of Windows, and thus will update Visual Studio, you may need to
disable it until after all of the above are installed, to make
sure it doesn't install Visual Studio 2010 SP1 out of order.</para>
- <para>Install MSVC the usual way. Don't forget to install
- <filename>vcvars32.bat</filename> or call it manually before building Wireshark.
- <filename>vcvars32.bat</filename> will set some required environment (e.g. the
- <varname>PATH</varname>) settings.</para>
<tip>
<title>You can use other Microsoft C compiler variants!</title>
<para>It's possible to compile Wireshark with a wide range
@@ -403,7 +399,8 @@ title Command Prompt (VC++ 2010)]]>
</programlisting>
</para>
<para>If you have problems with all the first three items (cl, link, nmake),
- check if you called <literal>vcvars32/SetEnv</literal> as mentioned in
+ check if you called <literal>vcvars32/vcvarsall/SetEnv</literal>
+ as mentioned in
<xref linkend="ChSetupPrepareCommandCom" /> (which will "fix"
your <varname>PATH</varname> settings). However, the exact text will be slightly
different depending on the MSVC version used.</para>