summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSeaDude <SeaDude@users.noreply.github.com>2018-01-16 22:33:57 -0800
committerGitHub <noreply@github.com>2018-01-16 22:33:57 -0800
commit520c502dc2da0525ba8885223628fb8040c786b0 (patch)
tree2a027ad77ee972bf01a72ec8bf45f838f8fb7c96 /doc
parent05dcbf6fee37e12309ec5c48951c4bf829cc14d0 (diff)
downloadxmr-stak-520c502dc2da0525ba8885223628fb8040c786b0.zip
xmr-stak-520c502dc2da0525ba8885223628fb8040c786b0.tar.gz
Simplified compile instructions for noobs
There are a lot of hiccups on this step in the AEON Slack Channel.
Diffstat (limited to 'doc')
-rw-r--r--doc/compile_Windows.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/compile_Windows.md b/doc/compile_Windows.md
index f898867..970c8ab 100644
--- a/doc/compile_Windows.md
+++ b/doc/compile_Windows.md
@@ -75,10 +75,11 @@
## 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 `User` folder
+- 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
OpenPOWER on IntegriCloud