From cb9d7a43ba3ddc75a57259d9626f2f5742efb181 Mon Sep 17 00:00:00 2001
From: Andre <23385321+7022Andre@users.noreply.github.com>
Date: Wed, 31 Jan 2018 09:08:57 -0800
Subject: [PATCH] Move section (build folder) up

Moved section about Windows changing the working directory higher.
---
 doc/compile_Windows.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/compile_Windows.md b/doc/compile_Windows.md
index a512373..129596c 100644
--- a/doc/compile_Windows.md
+++ b/doc/compile_Windows.md
@@ -86,15 +86,16 @@
   "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64 -vcvars_ver=14.11  
   
   "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsMSBuildCmd.bat"
-  
-  set CMAKE_PREFIX_PATH=C:\xmr-stak-dep\hwloc;C:\xmr-stak-dep\libmicrohttpd;C:\xmr-stak-dep\openssl
   ```
 - Sometimes Windows will change the directory to `C:\Users\USERNAME\source\` instead of `C:\Users\USERNAME\xmr-stak-<version>\`. If that's the case execute `cd C:\Users\USERNAME\xmr-stak-<version>` followed by:
   ```
   mkdir build
   
   cd build
+  
+  set CMAKE_PREFIX_PATH=C:\xmr-stak-dep\hwloc;C:\xmr-stak-dep\libmicrohttpd;C:\xmr-stak-dep\openssl
   ```
+
 ### CMake
 
 - See [build options](https://github.com/fireice-uk/xmr-stak/blob/master/doc/compile.md#build-system) to enable or disable dependencies.
-- 
GitLab