mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-22 19:49:36 +00:00
Updated Ubuntu Build (markdown)
parent
10df6197d3
commit
0bb38c7ab8
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
Loading…
Reference in a new issue