Skip to content

Windows Build

xmrig edited this page Oct 23, 2017 · 7 revisions
  • If you just want change file icon or description don't need to compile, you can use tools like Resource Hacker.

Install Dependencies

Visual Studio 2017 Community

  • download VS2017 Community and install from https://www.visualstudio.com/downloads/
  • during the install chose the components
    • Desktop development with C++ (left side)
    • Toolset for Visual Studio C++ 2015.3 v140... (right side)

Cuda 8.0+

  • donwload and install https://developer.nvidia.com/cuda-downloads
  • for minimal install choose Custom installation options during the install and select
    • CUDA/Develpment
    • CUDA/Visual Studio Integration (ignore the warning during the install that VS2017 is not supported)
    • CUDA/Runtime
    • Driver components

CMake for Win64

  • download and install the latest version from https://cmake.org/download/
  • tested version: cmake 3.9
  • during the install choose the option Add CMake to the system PATH for all users

Microhttpd and libuv

Clone this wiki locally