forked from sp-hash/ccminer
-
Notifications
You must be signed in to change notification settings - Fork 312
How to create binaries under Windows
KlausT edited this page Dec 11, 2020
·
8 revisions
Note: I only support Windows 10. Supporting older Windows versions would be a PITA.
- Download Visual Studio and install it
- Download Nvidia CUDA Toolkit and install it
- Reboot your system
- (optional) Install the latest Nvidia Graphics Driver
- Download the release source code or the latest source code and unzip it
- Open the file ccminer.sln with Visual Studio
- Select "Release" and "x64"
- In the Build menu click on Rebuild solution
- When it's done you can see
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
in the output window. ccminer.exe has now been created