mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-22 19:39:22 +00:00
Updated Termux build instructions
This commit is contained in:
parent
cbc00e6416
commit
75b9a0228b
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ make
|
||||||
|
|
||||||
Run the following commands to install the necessary prerequisites, clone this repo, and build P2Pool locally in Termux:
|
Run the following commands to install the necessary prerequisites, clone this repo, and build P2Pool locally in Termux:
|
||||||
```
|
```
|
||||||
pkg install git build-essential cmake libuv libzmq
|
pkg install git build-essential cmake libuv libzmq libcurl
|
||||||
git clone --recursive https://github.com/SChernykh/p2pool
|
git clone --recursive https://github.com/SChernykh/p2pool
|
||||||
cd p2pool
|
cd p2pool
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
|
|
Loading…
Reference in a new issue