mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-22 19:49:36 +00:00
Updated Ubuntu Build (markdown)
parent
d0e2175533
commit
44fe416c6c
1 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,10 @@
|
|||
## Ubuntu 16.04+
|
||||
**:warning: Recent version of this page https://xmrig.com/docs/miner/ubuntu-build.**
|
||||
|
||||
<details>
|
||||
<summary>Old page</summary>
|
||||
|
||||
## Ubuntu 16.04+
|
||||
|
||||
```bash
|
||||
sudo apt-get install git build-essential cmake libuv1-dev libssl-dev libhwloc-dev
|
||||
git clone https://github.com/xmrig/xmrig.git
|
||||
|
@ -9,7 +13,4 @@ cmake ..
|
|||
make
|
||||
```
|
||||
|
||||
## Additional CMake options
|
||||
|
||||
* `-DUV_LIBRARY=/usr/lib/x86_64-linux-gnu/libuv.a` Use static libuv version.
|
||||
* https://github.com/xmrig/xmrig/wiki/Windows-Build#additional-cmake-options
|
||||
</details>
|
Loading…
Reference in a new issue