Skip to content
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

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Windows Compilation #92

wants to merge 3 commits into from

Conversation

philprobinson84
Copy link

@philprobinson84 philprobinson84 commented Sep 2, 2017

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.

philprobinson84 and others added 2 commits September 2, 2017 14:27
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.
@philprobinson84 philprobinson84 changed the title Windows Compilation - in response to fireice-uk/xmr-stak-amd#72 Windows Compilation Sep 2, 2017
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 .
Copy link
Collaborator

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

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@philprobinson84
Copy link
Author

Instructions added as requested.

@WiredWonder
Copy link

Thanks for doing this Phil, the tip for which version of the OpenCL APP SDK to use helped a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants