summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSeaDude <SeaDude@users.noreply.github.com>2018-01-16 23:22:08 -0800
committerGitHub <noreply@github.com>2018-01-16 23:22:08 -0800
commit8a3b6984cd35d64cfd22db83d13690b2e62eb5f0 (patch)
tree78117da88662c61e23097f29c85b007cdffc6cf7 /doc
parent520c502dc2da0525ba8885223628fb8040c786b0 (diff)
downloadxmr-stak-8a3b6984cd35d64cfd22db83d13690b2e62eb5f0.zip
xmr-stak-8a3b6984cd35d64cfd22db83d13690b2e62eb5f0.tar.gz
Added Mercenary's suggestion
Diffstat (limited to 'doc')
-rw-r--r--doc/compile_Windows.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/compile_Windows.md b/doc/compile_Windows.md
index 970c8ab..3b236be 100644
--- a/doc/compile_Windows.md
+++ b/doc/compile_Windows.md
@@ -75,7 +75,7 @@
## Compile
-- download `xmr-stak` [Source Code.zip](https://github.com/fireice-uk/xmr-stak/releases) and save to a location in your `User` folder
+- download `xmr-stak` [Source Code.zip](https://github.com/fireice-uk/xmr-stak/releases) and save to a location in your home folder (C:\Users\USERNAME\)
- extract the Source Code.zip file
- open the command line terminal `cmd`
- `cd` to the extracted source code directory
@@ -86,6 +86,8 @@
mkdir build
cd build
```
+ - Sometimes Windows will `cd` to `C:\Users\USERNAME\source\build\` instead of `C:\Users\USERNAME\xmr-stak-<version>\build`. Ensure you are in the correct `build` directory before proceeding.
+
- for CUDA 8*
```
cmake -G "Visual Studio 15 2017 Win64" -T v140,host=x64 ..
OpenPOWER on IntegriCloud