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 ## 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
@ -13,3 +13,4 @@ make
* `-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.