Windows下编译xmr-stak

2018-03-12  本文已影响138人  CommandM

第一步:安装依赖

准备

Visual Studio 2017 Community

64位CMake

(注:VS2017中也带了CMake,但没加入Path,在C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe,可直接使用)

Cuda 8.0+ (only needed to use NVIDIA GPUs)

AMD APP SDK 3.0 (仅在AMD GPU上需要)

Dependencies OpenSSL/Hwloc and Microhttpd

for CUDA 8*:

对CUDA 9 或 AMD GPUs, CPU:

检验依赖文件夹

编译

最后:

```
cmake --build . --config Release --target install
cd bin\Release
copy C:\xmr-stak-dep\openssl\bin\* .
```
上一篇 下一篇

猜你喜欢

热点阅读