root/capture-mod/trunk/compile_README.txt

Revision 823, 2.3 kB (checked in by xkovah, 1 year ago)

adding the files finally

Line 
1 1. Capture Client Compilation Instructions
2 ------------------------------------------
3 For convenient compilation, we have provided a makefile to compile the Capture Client.
4
5 2. Prerequisites
6 ----------------
7 One needs the following software installed:
8     - the Windows 2003 WDK  (available at http://www.microsoft.com/whdc/devtools/WDK/default.mspx)
9     - the Windows Server 2003 Platform SDK (available at http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en)
10     - the Boost C++ libraries 1.34.0 (available at http://www.boost.org/)
11     - WinPcap 4.0.1 Developer's Pack
12     - Visual C++ 2005 Express Edition (available at http://msdn.microsoft.com/vstudio/express/visualc/default.aspx)
13     - expatpp XML library v1.95.6 (available at http://www.oofile.com.au/downloads.html#DownloadXML)
14     - DDK Build v7.0 (available at http://www.osronline.com/article.cfm?article=43)
15     - NSIS 2.29 (available from http://nsis.sourceforge.net/)
16
17 Ensure that the following environment variables are set:
18     INCLUDE  - should be set to point to relevant include directories of Boost C++ libraries, Windows Server 2003 Platform SDK, Windows 2003 WDK, expatpp XML library and the WinPcap Developer's Pack. For example, INCLUDE could be set to: C:\Boost\include\boost-1_34;C:\Program Files\Microsoft Platform SDK\Include;C:\WinDDK\6000\inc\api;c:\expatpp\src_pp;C:\WpdPack\Include;C:\expatpp\expat\lib
19     LIB     - should be set to point to relevant lib directories of Boost C++ libraries, Windows Server 2003 Platform SDK, Windows 2003 WDK, expatpp XML library. For example, LIB could be set to: C:\Boost\lib;C:\Program Files\Microsoft Platform SDK\Lib;C:\WinDDK\6000\lib\wxp\i386;C:\expatpp\expat\lib;C:\expatpp\vc_pp\expatpp\ReleaseMT
20     WNETBASE - should be set to the Windows 2003 WDK install directory, for example: c:\WinDDK\6000
21    
22 Ensure that the following directories are in the PATH:
23     VCINSTALLDIR\bin
24     WNETBASE\bin
25     path to DDKBUILD.cmd (of DDK Build v7.0)
26     path to makensis.exe (of NSIS 2.29)
27    
28 3. Compilation
29 --------------
30 1. Open a Visual Studio 2005 command prompt
31 2. cd into the captureclient directory and execute 'nmake release-hpc' or 'nmake release-bat'.
32 3. After successful compilation, the built Capture Client setup file is located in the main directory. Follow the instructions for installing the client described in README.txt.   
Note: See TracBrowser for help on using the browser.