From f085b81cdef2ed7cd08762a064ff57dec9cb5d54 Mon Sep 17 00:00:00 2001
From: Grayson Stebbins <g@graysonstebbins.com>
Date: Tue, 27 Jan 2015 10:10:10 -0800
Subject: [PATCH] Add specifics on env variable setting location

---
 BUILD_WIN.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/BUILD_WIN.md b/BUILD_WIN.md
index 3ccc4881c1..cf1c60ee23 100644
--- a/BUILD_WIN.md
+++ b/BUILD_WIN.md
@@ -38,6 +38,7 @@ NOTE: Qt does not support 64-bit builds on Windows 7, so you must use the 32-bit
 
 Once Qt is installed, you need to manually configure the following:
 * Make sure the Qt runtime DLLs are loadable. You must do this before you attempt to build because some tools for the build depend on Qt. E.g., add to the PATH: `Qt\5.3.2\msvc2013_opengl\bin\`. 
+* Go to Control Panel > System > Advanced System Settings > Environment Variables > New ...
 * Set the QT_CMAKE_PREFIX_PATH environment variable to your `Qt\5.3.2\msvc2013_opengl` directory.
 
 ###External Libraries