<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Environmental Variables</title><link>https://sourceforge.net/p/armeeting/wiki/Environmental%2520Variables/</link><description>Recent changes to Environmental Variables</description><atom:link href="https://sourceforge.net/p/armeeting/wiki/Environmental%20Variables/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 27 Feb 2012 11:05:22 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/armeeting/wiki/Environmental%20Variables/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Environmental Variables modified by Lehment</title><link>https://sourceforge.net/p/armeeting/wiki/Environmental%2520Variables/</link><description>&lt;pre&gt;--- v21 
+++ v22 
@@ -43,7 +43,7 @@
     - PCL_LIB - PCL library path (e.g. `"C:\Program Files (x86)\PCL 1.3.0\lib"`)
     - PCL_ROOT - PCL root path (e.g. `"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. Entries are eparated by a semicolon. Fortunatley, VS can parse such strings so that we don't need to introduce even more environmental variables...
+**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)
     - OPENCV_INC - OpenCV include path (e.g. `"C:\Program Files\OpenCV2.3\build\include"`)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lehment</dc:creator><pubDate>Mon, 27 Feb 2012 11:05:22 -0000</pubDate><guid>https://sourceforge.net47ccbd21dba15a554c587a528489525e0327d688</guid></item><item><title>WikiPage Environmental Variables modified by Lehment</title><link>https://sourceforge.net/p/armeeting/wiki/Environmental%2520Variables/</link><description>&lt;pre&gt;--- v20 
+++ v21 
@@ -1,12 +1,18 @@
-List of required environmental variables
+Setup
+=====
+
+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](http://msdn.microsoft.com/en-us/library/5k4a0033.aspx).
+
+**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.**
+
+List of required local path variables
 ========================================
 
-**NB: Within the next few days, I will switch from environmental variables to Visual Studio property sheets. Thus, the variables can be set as macros in a custom .props file and we don't need to fiddle around with system wide variables any more. This will also simplify starting new projects, as you simply add property files for different libraries as needed.**
-
-Set environmental variables as described [here](http://www.itechtalk.com/thread3595.html).
-Not all of them are always needed, so set as required. Never set any local paths in the project 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 environmental variables!
+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**
 
 Syntax:
 -----
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lehment</dc:creator><pubDate>Thu, 16 Feb 2012 13:05:49 -0000</pubDate><guid>https://sourceforge.net047ee18cd3b8088de2bf502d22e44182b949c120</guid></item><item><title>WikiPage Environmental Variables modified by Lehment</title><link>https://sourceforge.net/p/armeeting/wiki/Environmental%2520Variables/</link><description>&lt;pre&gt;--- v19 
+++ v20 
@@ -1,6 +1,8 @@
 List of required environmental variables
 ========================================
 
+**NB: Within the next few days, I will switch from environmental variables to Visual Studio property sheets. Thus, the variables can be set as macros in a custom .props file and we don't need to fiddle around with system wide variables any more. This will also simplify starting new projects, as you simply add property files for different libraries as needed.**
+
 Set environmental variables as described [here](http://www.itechtalk.com/thread3595.html).
 Not all of them are always needed, so set as required. Never set any local paths in the project files - our filesystems are certain to be organized differently!!!
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lehment</dc:creator><pubDate>Wed, 15 Feb 2012 16:28:54 -0000</pubDate><guid>https://sourceforge.netadc7ba521138d89b0e598fbf1b18db758ee2820b</guid></item><item><title>WikiPage Environmental Variables modified by Lehment</title><link>https://sourceforge.net/p/armeeting/wiki/Environmental%2520Variables/</link><description>&lt;pre&gt;--- v18 
+++ v19 
@@ -35,6 +35,8 @@
     - PCL_LIB - PCL library path (e.g. `"C:\Program Files (x86)\PCL 1.3.0\lib"`)
     - PCL_ROOT - PCL root path (e.g. `"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. 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)
     - OPENCV_INC - OpenCV include path (e.g. `"C:\Program Files\OpenCV2.3\build\include"`)
     - OPENCV_LIB - OpenCV library path (e.g. `"C:\Program Files\OpenCV2.3\build\x86\vc10\lib"`)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lehment</dc:creator><pubDate>Tue, 14 Feb 2012 17:03:48 -0000</pubDate><guid>https://sourceforge.net5b1d2f2b41b3104cacdc55ec81a2401279fd7abb</guid></item><item><title>WikiPage Environmental Variables modified by Lehment</title><link>https://sourceforge.net/p/armeeting/wiki/Environmental%2520Variables/</link><description>&lt;pre&gt;--- v17 
+++ v18 
@@ -43,7 +43,7 @@
 - VRPN (7.28)
     - VRPN_INC - VRPN include paths (e.g. `"C:\Program Files (x86)\VRPN07.28"`)
     - VRPN_LIB - VRPN library paths (e.g. `"C:\Program Files (x86)\VRPN07.28\vrpn\pc_win32\DLL\Release"`)
- - VRPN_DLIB - Debug VRPN library paths (e.g. `"C:\Program Files (x86)\VRPN07.28\vrpn\pc_win32\DLL\Release"`)
+     - VRPN_DLIB - Debug VRPN library paths (e.g. `"C:\Program Files (x86)\VRPN07.28\vrpn\pc_win32\DLL\Release"`)
     - VRPNQUAT_LIB - VRPN quaternion library path (e.g. `"C:\Program Files (x86)\VRPN07.28\vrpn\quat\pc_win32\Release"`)
     - VRPNQUAT_DLIB - Debug VRPN quaternion library path (e.g. `"C:\Program Files (x86)\VRPN07.28\vrpn\quat\pc_win32\Debug"`)
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lehment</dc:creator><pubDate>Wed, 18 Jan 2012 20:37:24 -0000</pubDate><guid>https://sourceforge.net2b3e6ee3ac52c54b667adbe33943c3650e16c327</guid></item><item><title>WikiPage Environmental Variables modified by Lehment</title><link>https://sourceforge.net/p/armeeting/wiki/Environmental%2520Variables/</link><description>&lt;pre&gt;--- v16 
+++ v17 
@@ -36,7 +36,7 @@
     - PCL_ROOT - PCL root path (e.g. `"C:\Program Files (x86)\PCL 1.3.0"`)
 
 - OpenCV Paths (2.3)
-    - OPENCV_INC - OpenCV include path (e.g. `"C:\Program Files\OpenCV2.3\opencv\include"`)
+    - OPENCV_INC - OpenCV include path (e.g. `"C:\Program Files\OpenCV2.3\build\include"`)
     - OPENCV_LIB - OpenCV library path (e.g. `"C:\Program Files\OpenCV2.3\build\x86\vc10\lib"`)
     - OPENCV_LIB9 - OpenCV library path for MSVC9  (e.g. `"C:\Program Files\OpenCV2.3\build\x86\vc9\lib"`)
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lehment</dc:creator><pubDate>Wed, 18 Jan 2012 16:09:28 -0000</pubDate><guid>https://sourceforge.net8311220c33eef318dda3334f1b3fc772f10073f5</guid></item><item><title>WikiPage Environmental Variables modified by Lehment</title><link>https://sourceforge.net/p/armeeting/wiki/Environmental%2520Variables/</link><description>&lt;pre&gt;--- v15 
+++ v16 
@@ -25,46 +25,47 @@
     - BOOST_INC - Boost include paths
     - BOOST_LIB - Boost library paths
 
-- OpenNI Paths (usually set by installer anyways)
+- OpenNI Paths (1.3.3) (usually set by installer anyways)
     - OPEN_NI_INCLUDE - OpenNI include path
     - OPEN_NI_LIB - OpenNI lib path
     - OPEN_NI_INSTALL_PATH - basic OpenNI install path
 
 - PointCloud Libary Paths (1.3)
     - PCL_INC - PCL include path (e.g. `"C:\Program Files (x86)\PCL 1.3.0\include\pcl-1.3"`)
     - PCL_LIB - PCL library path (e.g. `"C:\Program Files (x86)\PCL 1.3.0\lib"`)
     - PCL_ROOT - PCL root path (e.g. `"C:\Program Files (x86)\PCL 1.3.0"`)
 
 - OpenCV Paths (2.3)
     - OPENCV_INC - OpenCV include path (e.g. `"C:\Program Files\OpenCV2.3\opencv\include"`)
     - OPENCV_LIB - OpenCV library path (e.g. `"C:\Program Files\OpenCV2.3\build\x86\vc10\lib"`)
     - OPENCV_LIB9 - OpenCV library path for MSVC9  (e.g. `"C:\Program Files\OpenCV2.3\build\x86\vc9\lib"`)
 
 - VRPN (7.28)
     - VRPN_INC - VRPN include paths (e.g. `"C:\Program Files (x86)\VRPN07.28"`)
     - VRPN_LIB - VRPN library paths (e.g. `"C:\Program Files (x86)\VRPN07.28\vrpn\pc_win32\DLL\Release"`)
  - VRPN_DLIB - Debug VRPN library paths (e.g. `"C:\Program Files (x86)\VRPN07.28\vrpn\pc_win32\DLL\Release"`)
     - VRPNQUAT_LIB - VRPN quaternion library path (e.g. `"C:\Program Files (x86)\VRPN07.28\vrpn\quat\pc_win32\Release"`)
     - VRPNQUAT_DLIB - Debug VRPN quaternion library path (e.g. `"C:\Program Files (x86)\VRPN07.28\vrpn\quat\pc_win32\Debug"`)
 
-- AR Toolkit Plus 
+- AR Toolkit Plus (2.1.1)
     - ARTKPLUS_INC - ARTK+ include paths (e.g. `"C:\Program Files (x86)\ARToolkitPlus\include"`)
     - ARTKPLUS_LIB - ARTK+ library paths (e.g. `"C:\Program Files (x86)\ARToolkitPlus\lib\Win32"`)
 
-- VTK 
+- VTK (5.8.0) 
+    - **TODO:** remember to add include path later...
     - VTK_LIB - Release library path (e.g. `"C:\Program Files (x86)\VTK\bin\Release\"`) 
     - VTK_DLIB - Debug library path (e.g. `"C:\Program Files (x86)\VTK\bin\Debug\"`)
 
-- Virtools
+- Virtools (5.0)
     - VIRTOOLS_INC - include path (e.g. `"C:\Program Files (x86)\3DVIA\Virtools 5.0\SDK\Includes"`
     - VIRTOOLS_LIB - library path (e.g. `"C:\Program Files (x86)\3DVIA\Virtools 5.0\SDK\Lib\Win32\Release"`)
     - VIRTOOLS_MANAGER - path to managers (e.g. `"C:\Program Files (x86)\3DVIA\Virtools 5.0\Managers"`)
 
 
 Rare:
 -----
 
-- CMINPACK    
+- CMINPACK (1.1.3)
     - CMINPACK_INC - include path (e.g. `"C:\Program Files (x86)\CMINPACK 1.1.3\include"`)
     - CMINPACK_LIB - libray path (e.g. `"C:\Program Files (x86)\CMINPACK 1.1.3\lib"`)
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lehment</dc:creator><pubDate>Wed, 18 Jan 2012 16:08:39 -0000</pubDate><guid>https://sourceforge.netbb7b5d546070d7fb0583a455075c31a36edb631c</guid></item><item><title>WikiPage Environmental Variables modified by Lehment</title><link>https://sourceforge.net/p/armeeting/wiki/Environmental%2520Variables/</link><description>&lt;pre&gt;--- v14 
+++ v15 
@@ -36,23 +36,29 @@
     - PCL_ROOT - PCL root path (e.g. `"C:\Program Files (x86)\PCL 1.3.0"`)
 
 - OpenCV Paths (2.3)
-    - OPENCV_INC - OpenCV include paths (e.g. `"C:\Program Files\OpenCV2.3\opencv\include"`)
-    - OPENCV_LIB - OpenCV library paths (e.g. `"C:\Program Files\OpenCV2.3\build\x86\vc10\lib"`)
-
+    - OPENCV_INC - OpenCV include path (e.g. `"C:\Program Files\OpenCV2.3\opencv\include"`)
+    - OPENCV_LIB - OpenCV library path (e.g. `"C:\Program Files\OpenCV2.3\build\x86\vc10\lib"`)
+    - OPENCV_LIB9 - OpenCV library path for MSVC9  (e.g. `"C:\Program Files\OpenCV2.3\build\x86\vc9\lib"`)
+
 - VRPN (7.28)
     - VRPN_INC - VRPN include paths (e.g. `"C:\Program Files (x86)\VRPN07.28"`)
     - VRPN_LIB - VRPN library paths (e.g. `"C:\Program Files (x86)\VRPN07.28\vrpn\pc_win32\DLL\Release"`)
  - VRPN_DLIB - Debug VRPN library paths (e.g. `"C:\Program Files (x86)\VRPN07.28\vrpn\pc_win32\DLL\Release"`)
     - VRPNQUAT_LIB - VRPN quaternion library path (e.g. `"C:\Program Files (x86)\VRPN07.28\vrpn\quat\pc_win32\Release"`)
     - VRPNQUAT_DLIB - Debug VRPN quaternion library path (e.g. `"C:\Program Files (x86)\VRPN07.28\vrpn\quat\pc_win32\Debug"`)
 
 - AR Toolkit Plus 
     - ARTKPLUS_INC - ARTK+ include paths (e.g. `"C:\Program Files (x86)\ARToolkitPlus\include"`)
     - ARTKPLUS_LIB - ARTK+ library paths (e.g. `"C:\Program Files (x86)\ARToolkitPlus\lib\Win32"`)
 
 - VTK 
     - VTK_LIB - Release library path (e.g. `"C:\Program Files (x86)\VTK\bin\Release\"`) 
     - VTK_DLIB - Debug library path (e.g. `"C:\Program Files (x86)\VTK\bin\Debug\"`)
+
+- Virtools
+    - VIRTOOLS_INC - include path (e.g. `"C:\Program Files (x86)\3DVIA\Virtools 5.0\SDK\Includes"`
+    - VIRTOOLS_LIB - library path (e.g. `"C:\Program Files (x86)\3DVIA\Virtools 5.0\SDK\Lib\Win32\Release"`)
+    - VIRTOOLS_MANAGER - path to managers (e.g. `"C:\Program Files (x86)\3DVIA\Virtools 5.0\Managers"`)
 
 
 Rare:
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lehment</dc:creator><pubDate>Wed, 18 Jan 2012 15:37:53 -0000</pubDate><guid>https://sourceforge.net33f1ff2c8b52783778a721174ae8627d91a0417a</guid></item><item><title>WikiPage Environmental Variables modified by Lehment</title><link>https://sourceforge.net/p/armeeting/wiki/Environmental%2520Variables/</link><description>&lt;pre&gt;--- v13 
+++ v14 
@@ -6,6 +6,15 @@
 
 If any new software libraries are introduced, please add them to this list and ensure that they are declared as environmental variables!
 
+Syntax:
+-----
+- Use a descriptive title, e.g. BOOST_ for anything boost-related
+- INC denotes an include directory
+- LIB denotes a release library directory (may also include differently named debug libraries)
+- DLIB denotes a debug library directory (if debug libraries are named exactly as the release libraries
+
+-----------------------------------
+
 Frequently used:
 ------------------
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lehment</dc:creator><pubDate>Wed, 18 Jan 2012 14:34:02 -0000</pubDate><guid>https://sourceforge.netd3c6add464bd726d95e38da97cccbcb40251a9a6</guid></item><item><title>WikiPage Environmental Variables modified by Lehment</title><link>https://sourceforge.net/p/armeeting/wiki/Environmental%2520Variables/</link><description>&lt;pre&gt;--- v12 
+++ v13 
@@ -22,40 +22,40 @@
     - OPEN_NI_INSTALL_PATH - basic OpenNI install path
 
 - PointCloud Libary Paths (1.3)
-    - PCL_INC - PCL include path (e.g. "C:\Program Files (x86)\PCL 1.3.0\include\pcl-1.3")
-    - PCL_LIB - PCL library path (e.g. "C:\Program Files (x86)\PCL 1.3.0\lib")
-    - PCL_ROOT - PCL root path (e.g. "C:\Program Files (x86)\PCL 1.3.0")
-
+    - PCL_INC - PCL include path (e.g. `"C:\Program Files (x86)\PCL 1.3.0\include\pcl-1.3"`)
+    - PCL_LIB - PCL library path (e.g. `"C:\Program Files (x86)\PCL 1.3.0\lib"`)
+    - PCL_ROOT - PCL root path (e.g. `"C:\Program Files (x86)\PCL 1.3.0"`)
+
 - OpenCV Paths (2.3)
-    - OPENCV_INC - OpenCV include paths (e.g. "C:\Program Files\OpenCV2.3\opencv\include")
-    - OPENCV_LIB - OpenCV library paths (e.g. "C:\Program Files\OpenCV2.3\build\x86\vc10\lib")
+    - OPENCV_INC - OpenCV include paths (e.g. `"C:\Program Files\OpenCV2.3\opencv\include"`)
+    - OPENCV_LIB - OpenCV library paths (e.g. `"C:\Program Files\OpenCV2.3\build\x86\vc10\lib"`)
 
 - VRPN (7.28)
-    - VRPN_INC - VRPN include paths (e.g. "C:\Program Files (x86)\VRPN07.28")
-    - VRPN_LIB - VRPN library paths (e.g. "C:\Program Files (x86)\VRPN07.28\vrpn\pc_win32\DLL\Release")
- - VRPN_DLIB - Debug VRPN library paths (e.g. "C:\Program Files (x86)\VRPN07.28\vrpn\pc_win32\DLL\Release")
-    - VRPNQUAT_LIB - VRPN quaternion library path (e.g. "C:\Program Files (x86)\VRPN07.28\vrpn\quat\pc_win32\Release")
-    - VRPNQUAT_DLIB - Debug VRPN quaternion library path (e.g. "C:\Program Files (x86)\VRPN07.28\vrpn\quat\pc_win32\Debug")
+    - VRPN_INC - VRPN include paths (e.g. `"C:\Program Files (x86)\VRPN07.28"`)
+    - VRPN_LIB - VRPN library paths (e.g. `"C:\Program Files (x86)\VRPN07.28\vrpn\pc_win32\DLL\Release"`)
+ - VRPN_DLIB - Debug VRPN library paths (e.g. `"C:\Program Files (x86)\VRPN07.28\vrpn\pc_win32\DLL\Release"`)
+    - VRPNQUAT_LIB - VRPN quaternion library path (e.g. `"C:\Program Files (x86)\VRPN07.28\vrpn\quat\pc_win32\Release"`)
+    - VRPNQUAT_DLIB - Debug VRPN quaternion library path (e.g. `"C:\Program Files (x86)\VRPN07.28\vrpn\quat\pc_win32\Debug"`)
 
 - AR Toolkit Plus 
-    - ARTKPLUS_INC - ARTK+ include paths (e.g. "C:\Program Files (x86)\ARToolkitPlus\include")
-    - ARTKPLUS_LIB - ARTK+ library paths (e.g. "C:\Program Files (x86)\ARToolkitPlus\lib\Win32")
+    - ARTKPLUS_INC - ARTK+ include paths (e.g. `"C:\Program Files (x86)\ARToolkitPlus\include"`)
+    - ARTKPLUS_LIB - ARTK+ library paths (e.g. `"C:\Program Files (x86)\ARToolkitPlus\lib\Win32"`)
 
 - VTK 
-    - VTK_LIB - Release library path (e.g. "C:\Program Files (x86)\VTK\bin\Release\") 
-    - VTK_DLIB - Debug library path (e.g. "C:\Program Files (x86)\VTK\bin\Debug\")
+    - VTK_LIB - Release library path (e.g. `"C:\Program Files (x86)\VTK\bin\Release\"`) 
+    - VTK_DLIB - Debug library path (e.g. `"C:\Program Files (x86)\VTK\bin\Debug\"`)
 
 
 Rare:
 -----
 
 - CMINPACK    
-    - CMINPACK_INC - include path (e.g. "C:\Program Files (x86)\CMINPACK 1.1.3\include")
-    - CMINPACK_LIB - libray path (e.g. "C:\Program Files (x86)\CMINPACK 1.1.3\lib")
+    - CMINPACK_INC - include path (e.g. `"C:\Program Files (x86)\CMINPACK 1.1.3\include"`)
+    - CMINPACK_LIB - libray path (e.g. `"C:\Program Files (x86)\CMINPACK 1.1.3\lib"`)
 
 - Fast Light Toolkit
     - FLTKDIR - base directory of the [Fast Light ToolKit](http://www.fltk.org/), used by ???
 
 - Kinect SDK
-    - KINECT_INC - include path (e.g. "C:\Program Files (x86)\Microsoft Research KinectSDK\inc")
-    - KINECT_LIB - library path (e.g. 2C:\Program Files (x86)\Microsoft Research KinectSDK\lib")
+    - KINECT_INC - include path (e.g. `"C:\Program Files (x86)\Microsoft Research KinectSDK\inc"`)
+    - KINECT_LIB - library path (e.g. `"C:\Program Files (x86)\Microsoft Research KinectSDK\lib"`)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lehment</dc:creator><pubDate>Wed, 18 Jan 2012 14:31:14 -0000</pubDate><guid>https://sourceforge.netfbc4f1f322598c655e29707a03eef4be7a5f3af5</guid></item></channel></rss>