Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

How to create binaries under Windows

KlausT edited this page Jan 27, 2018 · 8 revisions
  1. Download Visual Studio Community Edition and install it
  2. Download Nvidia CUDA Toolkit and install it
  3. Reboot your system
  4. Download the release source code or the latest source code and unzip it
  5. Open the file ccminer.sln with Visual Studio
  6. Select "Release" and "x64"
  7. In the Build menu click on Rebuild solution
  8. 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

Clone this wiki locally