diff --git a/Doxygen/Developer/building.docu b/Doxygen/Developer/building.docu
index fecef6505c76015c4d476d38bb5e91b536d3b440..256fb3f694c79bbcd8bca0082c3ceef97a420ce3 100644
--- a/Doxygen/Developer/building.docu
+++ b/Doxygen/Developer/building.docu
@@ -54,7 +54,23 @@
*
* - Get Visual Studio >= 2008
* - Get and Install Qt ( >= 4.5 , Visual Studio Version )
- * - Set the QTDIR Variable to your Qt Installation directory
+ * - Set the QTDIR Variable to your Qt Installation directory:
+ * Windows Vista/7:
+ * Open the Control Panel
+ * Select System and Security -> System -> Advanced System settings
+ * Click on "Advanced" tab
+ * At the bottom click on "Environment Variables"
+ * In the bottom window,check if there is already a QTDIR entry and modify it or use "Add" to create it
+ * Set the path to your QT installation directory
+ *
+ * Windows XP:
+ * Open the Control Panel
+ * Select System
+ * Click on "Advanced" tab
+ * At the bottom click on "Environment Variables"
+ * In the bottom window,check if there is already a QTDIR entry and modify it or use "Add" to create it
+ * Set the path to your QT installation directory
+ *
* - Extract OpenFlipper source code. ( If you want to use svn you can get a free svn client from http://tortoisesvn.net/downloads )
* - Download the glew library and install it (The best way is to install it to c:\\libs\\glew directory ).)
The c:\\libs\\glew\\lib subdirectory should contain the dll and the *.lib files)