mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-22 19:39:22 +00:00
Update README.md
This commit is contained in:
parent
0be078cb09
commit
9662428d33
1 changed files with 2 additions and 2 deletions
|
@ -58,11 +58,11 @@ make -j$(nproc)
|
|||
monerod binary compatible with p2pool:
|
||||
```
|
||||
sudo apt update && sudo apt install git build-essential cmake pkg-config libssl-dev libzmq3-dev libunbound-dev libsodium-dev libunwind8-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev libpgm-dev qttools5-dev-tools libhidapi-dev libusb-1.0-0-dev libprotobuf-dev protobuf-compiler libudev-dev libboost-chrono-dev libboost-date-time-dev libboost-filesystem-dev libboost-locale-dev libboost-program-options-dev libboost-regex-dev libboost-serialization-dev libboost-system-dev libboost-thread-dev ccache doxygen graphviz
|
||||
git clone https://github.com/SChernykh/monero
|
||||
git clone --recursive https://github.com/SChernykh/monero
|
||||
cd monero
|
||||
git checkout p2pool-api-v0.17
|
||||
git submodule init && git submodule update
|
||||
make -j$(nproc)
|
||||
make release-static -j$(nproc)
|
||||
```
|
||||
|
||||
## How to test
|
||||
|
|
Loading…
Reference in a new issue