summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndre <23385321+7022Andre@users.noreply.github.com>2018-01-31 09:08:57 -0800
committerGitHub <noreply@github.com>2018-01-31 09:08:57 -0800
commitcb9d7a43ba3ddc75a57259d9626f2f5742efb181 (patch)
treeff5df123de2ddd22b35e56da6a3da4166c502763 /doc
parent786a69c49916699c9086cf91b8d0d78d25e872c7 (diff)
downloadxmr-stak-cb9d7a43ba3ddc75a57259d9626f2f5742efb181.zip
xmr-stak-cb9d7a43ba3ddc75a57259d9626f2f5742efb181.tar.gz
Move section (build folder) up
Moved section about Windows changing the working directory higher.
Diffstat (limited to 'doc')
-rw-r--r--doc/compile_Windows.md5
1 files 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.
OpenPOWER on IntegriCloud