mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-23 03:59:41 +00:00
Created Fedora Build (markdown)
parent
c039a48db0
commit
73d3b5bea6
1 changed files with 15 additions and 0 deletions
15
Fedora-Build.md
Normal file
15
Fedora-Build.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
## Fedora 25 & 26
|
||||||
|
```bash
|
||||||
|
sudo dnf install -y git cmake gcc gcc-c++ libuv-static libstdc++-static
|
||||||
|
git clone https://github.com/xmrig/xmrig.git
|
||||||
|
cd xmrig
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake .. -DCMAKE_BUILD_TYPE=Release -DUV_LIBRARY=/usr/lib64/libuv.a
|
||||||
|
make
|
||||||
|
```
|
||||||
|
|
||||||
|
## Additional CMake options
|
||||||
|
|
||||||
|
* `-DWITH_LIBCPUID=OFF` Disable libcpuid. Auto configuration of CPU after this will be very limited.
|
||||||
|
* `-DWITH_AEON=OFF` Disable CryptoNight-Lite support.
|
Loading…
Reference in a new issue