-
Notifications
You must be signed in to change notification settings - Fork 229
Windows Build
xmrig edited this page Jul 19, 2018
·
1 revision
- You can use prebuilt dependencies for your builds https://github.com/xmrig/xmrig-deps/releases.
- If you just want change file icon or description don't need to compile, you can use tools like Resource Hacker.
Go to directory with source, then:
mkdir build
cd build
cmake .. -G "Visual Studio 15 2017 Win64" -DXMRIG_DEPS=c:\xmrig-deps\msvc2017\x64
It will create Visual Studio Solution file xmrig-amd.sln. Don't forget change Debug to Release build.