After downloading a copy of the project, locate the folder "PropertySheets_REFERENCE" and create a copy in the same directory, named "PropertySheets". Open the property sheet PropertySheets/PathMacros.props and set the path variables as described in the list below.
Once you have set your local paths, you can use the .props files to quickly configure your project builds. If you want to use OpenCV in your debug build of your current project, just add the OpenCV_Debug.props sheet to your project using the Visual Studio property manager. You can find more details here.
Please do not add your copy of the PropertySheets to the SVN repository. Doing so would mess up other users' local path variables. If you make any new contributions to the .props collection, please add these over the PropertySheets_REFERENCE directory.
All your local paths referenced by Macros in the PathMacros.props file. Never set any local paths in the project files or other .props files - our filesystems are certain to be organized differently!!!
If any new software libraries are introduced, please add them to this list and ensure that they are declared as Macro variables! Also add the libraries' .props file to the reference directory
Common Classes
Boost Paths (1.46.1)
OpenNI Paths (1.3.3) (usually set by installer anyways)
PointCloud Libary Paths (1.3)
"C:\Program Files (x86)\PCL 1.3.0\include\pcl-1.3")"C:\Program Files (x86)\PCL 1.3.0\lib")"C:\Program Files (x86)\PCL 1.3.0")NB: If the compiler complains about not finding the PCL 3rd party libraries (Eigen etc.), just add the respective paths to these variabales (PCL_INC and PCL_LIB). Entries are eparated by a semicolon. Fortunatley, VS can parse such strings so that we don't need to introduce even more environmental variables...
OpenCV Paths (2.3)
"C:\Program Files\OpenCV2.3\build\include")"C:\Program Files\OpenCV2.3\build\x86\vc10\lib")"C:\Program Files\OpenCV2.3\build\x86\vc9\lib")VRPN (7.28)
"C:\Program Files (x86)\VRPN07.28")"C:\Program Files (x86)\VRPN07.28\vrpn\pc_win32\DLL\Release")"C:\Program Files (x86)\VRPN07.28\vrpn\pc_win32\DLL\Release")"C:\Program Files (x86)\VRPN07.28\vrpn\quat\pc_win32\Release")"C:\Program Files (x86)\VRPN07.28\vrpn\quat\pc_win32\Debug")AR Toolkit Plus (2.1.1)
"C:\Program Files (x86)\ARToolkitPlus\include")"C:\Program Files (x86)\ARToolkitPlus\lib\Win32")VTK (5.8.0)
"C:\Program Files (x86)\VTK\bin\Release\") "C:\Program Files (x86)\VTK\bin\Debug\")Virtools (5.0)
"C:\Program Files (x86)\3DVIA\Virtools 5.0\SDK\Includes""C:\Program Files (x86)\3DVIA\Virtools 5.0\SDK\Lib\Win32\Release")"C:\Program Files (x86)\3DVIA\Virtools 5.0\Managers")CMINPACK (1.1.3)
"C:\Program Files (x86)\CMINPACK 1.1.3\include")"C:\Program Files (x86)\CMINPACK 1.1.3\lib")Fast Light Toolkit
Kinect SDK
"C:\Program Files (x86)\Microsoft Research KinectSDK\inc")"C:\Program Files (x86)\Microsoft Research KinectSDK\lib")