Updated Fedora Build (markdown)

xmrig 2017-10-07 16:49:54 +03:00
parent 0bb38c7ab8
commit 8e2cab31d3

@ -1,6 +1,6 @@
## Fedora 25 or 26
```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
cd xmrig
mkdir build
@ -12,4 +12,5 @@ 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.
* `-DWITH_AEON=OFF` Disable CryptoNight-Lite support.
* `-DWITH_HTTPD=OFF` Build without built in http server and API.