diff --git a/Fedora-Build.md b/Fedora-Build.md index 14c94e9..494a56b 100644 --- a/Fedora-Build.md +++ b/Fedora-Build.md @@ -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. \ No newline at end of file +* `-DWITH_AEON=OFF` Disable CryptoNight-Lite support. +* `-DWITH_HTTPD=OFF` Build without built in http server and API. \ No newline at end of file