Skip to content
Snippets Groups Projects
Unverified Commit 6d6460a5 authored by fireice-uk's avatar fireice-uk Committed by GitHub
Browse files

Merge pull request #141 from psychocrypt/fix-windowsCompileDocumentation

fix windows compile documentation
parents 1a91b1dd 3ce54623
No related branches found
No related tags found
No related merge requests found
......@@ -28,4 +28,5 @@ build_script:
test_script:
- cd c:\xmr-stak\build\bin\Release
- dir
- copy C:\xmr-stak-dep\openssl\bin\* .
- xmr-stak.exe --help
......@@ -73,5 +73,7 @@ If you want to compile the binary without installing libraries / compiler or jus
```
cmake -DCMAKE_LINK_STATIC=ON -DXMR-STAK_COMPILE=generic .
make install
cd bin\Release
copy C:\xmr-stak-dep\openssl\bin\* .
```
Note - cmake caches variables, so if you want to do a dynamic build later you need to specify '-DCMAKE_LINK_STATIC=OFF'
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