From 8e2cab31d348b07dae425ff061eea94443d2728f Mon Sep 17 00:00:00 2001 From: xmrig Date: Sat, 7 Oct 2017 16:49:54 +0300 Subject: [PATCH] Updated Fedora Build (markdown) --- Fedora-Build.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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