From 68dcf5be94a5fa99df6df82e196bbbc19603a32b Mon Sep 17 00:00:00 2001
From: lm <mail@qgroundcontrol.org>
Date: Sat, 16 Jul 2011 14:04:09 +0200
Subject: [PATCH] Fixed readme to better reflect windows build process

---
 README | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/README b/README
index aaed5f85b9..3eaafa4e3a 100644
--- a/README
+++ b/README
@@ -74,12 +74,20 @@ Done.
 Windows
 =======
 
-Windows XP:
+Windows XP/7:
 
-1) Download and install the QT SDK for Windows from http://qt.nokia.com/downloads/.
+1) Download and install the QT SDK for Windows from http://qt.nokia.com/downloads/ (Visual Studio 2008 version)
 
-2) Open qgroundcontrol.pro with QT to open the project.
+2) Download and install Visual Studio 2008 Express Edition (free)
 
-3) Once the indexing is complete, you may build the project, which will compile and run the debug build.
+3) Go to the source folder of QGroundControl with the Qt 4.7.x Command Prompt tool (from the applications menu)
+
+4) Create the Visual Studio project by typing:
+
+qmake -tp vc qgroundcontrol.pro
+
+5) Now start Visual Studio and load the qgroundcontrol.vcproj file
+
+6) Compile and edit in Visual Studio. If you need to add new files, add them to qgroundcontrol.pro and re-run "quake -tp vc qgroundcontrol.pro"
 
 
-- 
GitLab