Skip to content
Snippets Groups Projects
Unverified Commit 520c502d authored by SeaDude's avatar SeaDude Committed by GitHub
Browse files

Simplified compile instructions for noobs

There are a lot of hiccups on this step in the AEON Slack Channel.
parent 05dcbf6f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment