-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows Compilation #92
base: dev
Are you sure you want to change the base?
Conversation
Fixed CMakeLists.txt for building on Windows - uses same "Find microhttpd" code as xmr-trak-cpu. Added Windows buid instructions and referenced them in README.
cmake -G "Visual Studio 15 2017 Win64" -T v141,host=x64 .. | ||
msbuild xmr-stak-amd.sln /p:Configuration=Release | ||
cd bin\Release | ||
copy ..\..\..\config.txt . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add the copy command to copy the opencl
to the folder with the binary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Instructions added as requested. |
Thanks for doing this Phil, the tip for which version of the OpenCL APP SDK to use helped a lot. |
in response to #72
Fixed CMakeLists.txt for building on Windows - uses same "Find microhttpd" code as xmr-trak-cpu. Added Windows buid instructions and referenced them in README.