From 9662428d33ad91ccfaf1b54dcc6f77a57ded6b71 Mon Sep 17 00:00:00 2001 From: SChernykh Date: Sat, 28 Aug 2021 11:18:08 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5128e4..0aaf016 100644 --- a/README.md +++ b/README.md @@ -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