mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-22 19:49:36 +00:00
Updated Windows Build (markdown)
parent
ebb1b6e437
commit
4cc1ffaf65
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,8 @@ pacman -S mingw-w64-x86_64-pkg-config
|
||||||
```
|
```
|
||||||
CMake build:
|
CMake build:
|
||||||
```
|
```
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
cmake .. -G "Unix Makefiles" -DXMRIG_DEPS=c:/xmrig-deps/gcc/x64
|
cmake .. -G "Unix Makefiles" -DXMRIG_DEPS=c:/xmrig-deps/gcc/x64
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
@ -32,6 +34,8 @@ pacman -S mingw-w64-i686-pkg-config
|
||||||
```
|
```
|
||||||
CMake build:
|
CMake build:
|
||||||
```
|
```
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
cmake .. -G "Unix Makefiles" -DXMRIG_DEPS=c:/xmrig-deps/gcc/x86
|
cmake .. -G "Unix Makefiles" -DXMRIG_DEPS=c:/xmrig-deps/gcc/x86
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue