mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-22 19:49:36 +00:00
Updated Fedora Build (markdown)
parent
0bb38c7ab8
commit
8e2cab31d3
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
## Fedora 25 or 26
|
## Fedora 25 or 26
|
||||||
```bash
|
```bash
|
||||||
sudo dnf install -y git cmake gcc gcc-c++ libuv-static libstdc++-static
|
sudo dnf install -y git cmake gcc gcc-c++ libuv-static libstdc++-static libmicrohttpd-devel
|
||||||
git clone https://github.com/xmrig/xmrig.git
|
git clone https://github.com/xmrig/xmrig.git
|
||||||
cd xmrig
|
cd xmrig
|
||||||
mkdir build
|
mkdir build
|
||||||
|
@ -12,4 +12,5 @@ make
|
||||||
## Additional CMake options
|
## Additional CMake options
|
||||||
|
|
||||||
* `-DWITH_LIBCPUID=OFF` Disable libcpuid. Auto configuration of CPU after this will be very limited.
|
* `-DWITH_LIBCPUID=OFF` Disable libcpuid. Auto configuration of CPU after this will be very limited.
|
||||||
* `-DWITH_AEON=OFF` Disable CryptoNight-Lite support.
|
* `-DWITH_AEON=OFF` Disable CryptoNight-Lite support.
|
||||||
|
* `-DWITH_HTTPD=OFF` Build without built in http server and API.
|
Loading…
Reference in a new issue