Updated Windows Build (markdown)
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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user