Skip to content

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.

  1. Download Visual Studio and install it
  2. Download Nvidia CUDA Toolkit and install it
  3. Reboot your system
  4. (optional) Install the latest Nvidia Graphics Driver
  5. Download the release source code or the latest source code and unzip it
  6. Open the file ccminer.sln with Visual Studio
  7. Select "Release" and "x64"
  8. In the Build menu click on Rebuild solution
  9. 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