Updated Windows Build (markdown)

xmrig 2018-04-15 20:30:07 +07:00
parent ebb1b6e437
commit 4cc1ffaf65

@ -16,6 +16,8 @@ pacman -S mingw-w64-x86_64-pkg-config
```
CMake build:
```
mkdir build
cd build
cmake .. -G "Unix Makefiles" -DXMRIG_DEPS=c:/xmrig-deps/gcc/x64
make
```
@ -32,6 +34,8 @@ pacman -S mingw-w64-i686-pkg-config
```
CMake build:
```
mkdir build
cd build
cmake .. -G "Unix Makefiles" -DXMRIG_DEPS=c:/xmrig-deps/gcc/x86
make
```