summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsychocrypt <psychocryptHPC@gmail.com>2018-01-22 21:06:42 +0100
committerGitHub <noreply@github.com>2018-01-22 21:06:42 +0100
commit568385b816638a99ae7cc91139d71fb129c61d04 (patch)
treeffca591f380409baf7d8b1737b5d07f7f9144c8b
parent87317174886d43ac8db7a458f7b8329525ada271 (diff)
parent8a3b6984cd35d64cfd22db83d13690b2e62eb5f0 (diff)
downloadxmr-stak-568385b816638a99ae7cc91139d71fb129c61d04.zip
xmr-stak-568385b816638a99ae7cc91139d71fb129c61d04.tar.gz
Merge pull request #908 from SeaDude/patch-1
Simplified compile instructions for noobs
-rw-r--r--doc/compile_Windows.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/compile_Windows.md b/doc/compile_Windows.md
index f898867..3b236be 100644
--- a/doc/compile_Windows.md
+++ b/doc/compile_Windows.md
@@ -75,16 +75,19 @@
## Compile
-- download and unzip `xmr-stak`
+- 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 your unzipped source code directory
-- execute the following commands (NOTE: path to VS2017 can be different)
+- `cd` to the extracted source code directory
+- execute the following commands (NOTE: path to Visual Studio 2017 Community can be different)
```
"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
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