From 0bb38c7ab8e33e0be5d68183439fb968d817dd6c Mon Sep 17 00:00:00 2001 From: xmrig Date: Sat, 7 Oct 2017 16:49:04 +0300 Subject: [PATCH] Updated Ubuntu Build (markdown) --- Ubuntu-Build.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Ubuntu-Build.md b/Ubuntu-Build.md index 72a5ab1..546116b 100644 --- a/Ubuntu-Build.md +++ b/Ubuntu-Build.md @@ -1,6 +1,6 @@ ## Ubuntu 16.04 Xenial Xerus ``` -sudo apt-get install git build-essential cmake libuv1-dev +sudo apt-get install git build-essential cmake libuv1-dev libmicrohttpd-dev git clone https://github.com/xmrig/xmrig.git cd xmrig mkdir build @@ -25,4 +25,5 @@ cmake .. -DCMAKE_C_COMPILER=gcc-7 -DCMAKE_CXX_COMPILER=g++-7 * `-DWITH_LIBCPUID=OFF` Disable libcpuid. Auto configuration of CPU after this will be very limited. * `-DWITH_AEON=OFF` Disable CryptoNight-Lite support. +* `-DWITH_HTTPD=OFF` Build without built in http server and API. * `-DUV_LIBRARY=/usr/lib/x86_64-linux-gnu/libuv.a` Use static libuv version. \ No newline at end of file