Build instructions for WindowsThese build instructions are for Windows using Microsoft Visual Studio 2005 or 2008. Building the library on windows using compilers may be possible, but we have not tested it. If you get it to work, let us know! 1) INSTALL CUDA 2.3http://developer.nvidia.com/object/cuda_2_3_downloads.html You will need
2) INSTALL BOOSTGo to http://www.boostpro.com/download and get the precompiled binaries for Win32 Choose the following options:
Choose the following components:
Wait while the installer downloads and installs Boost 3) INSTALL OPENCV 2.1Download and run the latest version of the Windows installer for OpenCV. http://opencv.willowgarage.com/wiki/ When installing, select
4) INSTALL CMAKEWe use the CMake library to manage the complexity of cross-platform builds with dependencies. Download and install the latest version of CMake. 5) RESTARTWindows explorer has a lot of trouble seeing environment variable and path updates. The easiest fix after installing everything above is to restart your computer. 6) BUILD CUDPPThe segmented scan from the CUDPP project is used to build the integral images. http://code.google.com/p/cudpp/ We have included the sources for this project in the 7) BUILD GPU SURFopen a console in the build directory. type: cmake -G "Visual Studio 8 2005" ..
or cmake -G "Visual Studio 9 2008" ..
This gets cmake to construct the appropriate version of the Visual Studio solution and project files. Now open
<config> is the name of the configuration that was build, either Debug or Release. Generated on Fri Apr 30 20:06:20 2010 for gpusurf by 1.6.2 |