From b49d30415f8bc963df5f302a7d2a357b03b8bad5 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 20 Jan 2008 18:53:38 +0000 Subject: Upate another VC++ 2005 EE link. svn path=/trunk/; revision=24147 --- docbook/wsdg_src/WSDG_chapter_quick_setup.xml | 68 +++++++++++++-------------- 1 file changed, 34 insertions(+), 34 deletions(-) (limited to 'docbook/wsdg_src') diff --git a/docbook/wsdg_src/WSDG_chapter_quick_setup.xml b/docbook/wsdg_src/WSDG_chapter_quick_setup.xml index 84edae0661..6829a45ee0 100644 --- a/docbook/wsdg_src/WSDG_chapter_quick_setup.xml +++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.xml @@ -28,16 +28,16 @@
Install Microsoft C compiler and Platform SDK - You need to install: + You need to install: - C compiler: - + C compiler: + Download(474MB) and install "Visual C++ 2005 Express Edition" - Platform SDK : + Platform SDK : Download(420MB) and install Platform SDK Server 2003 R2 @@ -51,14 +51,14 @@ Other Microsoft C compiler variants possible! It's possible to compile Wireshark with a wide range - of Microsoft C compiler variants, for details see + of Microsoft C compiler variants, for details see ! Don't use cygwin's gcc! Using cygwin's gcc is not recommended and will certainly not work (at least without a lot of advanced - tweaking). For further details on this topic, see + tweaking). For further details on this topic, see . XXX - mention the compiler and PSDK web installers - @@ -79,7 +79,7 @@ some additional packages, which are not installed by default. Navigate to the required Category/Package row and click on the "Skip" item in the "New" column so it shows a version - number for: + number for: Archive/unzip @@ -110,7 +110,7 @@
Install Python - Get the python 2.4 installer from: + Get the python 2.4 installer from: and install python into the default location (currently: C:/Python24). Beware: python 2.5 won't work without @@ -131,22 +131,22 @@
Subversion If you want to work with the Wireshark Subversion - source repositories (which is highly recommended, see + source repositories (which is highly recommended, see ), it's recommended to install Subversion. This makes the first time setup easy and enables the Wireshark build process to determine your current source code revision. You can download the setup - from + from and simply install it.
TortoiseSVN If you want to work with the Wireshark Subversion - source repositories (which is highly recommended, see + source repositories (which is highly recommended, see ), it's recommended to use TortoiseSVN for your everyday work. You can download the - setup from + setup from and simply install it.
@@ -158,7 +158,7 @@ It's a good idea to successfully compile and run Wireshark at least once before you start hacking the Wireshark sources for your own project! - + Download sources : Download Wireshark sources into: @@ -177,7 +177,7 @@ - URL of repository: " + URL of repository: " http://anonsvn.wireshark.org/wireshark/trunk/" @@ -198,7 +198,7 @@ if the download fails you may be behind a - restrictive firewall, see + restrictive firewall, see for alternative download methods @@ -217,13 +217,13 @@ PROGRAM_FILES : where your programs reside, - usually just keep the default: C:/Program Files + usually just keep the default: C:/Program Files 2 MSVC_VARIANT : search for the line: #MSVC_VARIANT=MSVC2005EE and remove the tailing # - comment char from this line + comment char from this line 1 @@ -233,7 +233,7 @@ 1Compiler dependent: This step depends on the compiler variant used, for other variants than the recommended Visual C++ 2005 Express Edition see the table - at + at !
2International Windows might use @@ -243,7 +243,7 @@
Prepare cmd.exe - Prepare cmd.exe - set environment and current dir. + Prepare cmd.exe - set environment and current dir. start cmd.exe @@ -251,13 +251,13 @@ call "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\SetEnv.Cmd" to set environment - variables of Platform SDK Server 2003 R2 + variables of Platform SDK Server 2003 R2 1,2 call "C:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat" to set environment variables of - Visual C++ 2005 Express Edition + Visual C++ 2005 Express Edition 1,2 @@ -268,7 +268,7 @@ 1Compiler dependent: This step depends on the compiler variant used, for other variants than the recommended Visual C++ 2005 Express Edition see the table - at + at ! 2International Windows might use @@ -279,10 +279,10 @@
Verify installed tools - After you've installed the Wireshark sources (see + After you've installed the Wireshark sources (see ), you can check the correct installation of all tools by using the verify_tools target of - the + the Makefile.nmake from the source package. @@ -320,7 +320,7 @@ If you have problems with all the first three items (cl, link, nmake), - check if you called vcvars32/SetEnv as mentioned in + check if you called vcvars32/SetEnv as mentioned in (which will "fix" your PATH settings). However, the exact text will be slightly different depending on the MSVC version used. @@ -357,7 +357,7 @@ The released Wireshark sources contain files that are prepared for a UNIX build (e.g. config.h). You must distclean your sources before building the - first time! + first time! If you've closed cmd.exe in the meantime, prepare @@ -371,7 +371,7 @@
Build Wireshark - Now it's time to build Wireshark ... + Now it's time to build Wireshark ... If you've closed cmd.exe in the meantime, prepare @@ -415,28 +415,28 @@ Note: You should have successfully built Wireshark before doing the following! If you want to build your own wireshark-setup.exe, - you'll need NSIS. + you'll need NSIS. - NSIS: + NSIS: Download and install NSIS - You may check the MAKENSIS setting in the file + You may check the MAKENSIS setting in the file config.nmake of the Wireshark sources. - vcredist_x86.exe : + vcredist_x86.exe : Download the C-Runtime redistributable for Visual C++ 2005 Express Edition (vcredist_x86.exe) and copy it - into C:\wireshark-win32-libs + into C:\wireshark-win32-libs 1 Beware of Visual Studio Service Packs! If you have installed the Visual Studio Service Pack 1, you need a different vcredist_x86.exe version! - See + See for details! @@ -458,7 +458,7 @@ 1Compiler dependent: This step depends on the compiler variant used, for other variants than the recommended Visual C++ 2005 Express Edition see the table - at + at !
-- cgit v1.2.3