mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-04-13 09:01:55 +00:00
rapidjson submodule
This commit is contained in:
parent
da7ca7d57e
commit
58c792fb04
4 changed files with 6 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -4,3 +4,6 @@
|
|||
[submodule "external/src/RandomX"]
|
||||
path = external/src/RandomX
|
||||
url = https://github.com/SChernykh/RandomX
|
||||
[submodule "external/src/rapidjson"]
|
||||
path = external/src/rapidjson
|
||||
url = https://github.com/SChernykh/rapidjson
|
||||
|
|
|
@ -77,6 +77,7 @@ include_directories(external/src/cppzmq)
|
|||
include_directories(external/src/libzmq/include)
|
||||
include_directories(external/src/llhttp)
|
||||
include_directories(external/src/RandomX/src)
|
||||
include_directories(external/src/rapidjson/include)
|
||||
|
||||
if (WIN32)
|
||||
set(LIBS ${LIBS} ws2_32 iphlpapi userenv psapi)
|
||||
|
|
|
@ -56,7 +56,7 @@ First you need to find a pool share. This share will stay in PPLNS window for 21
|
|||
p2pool binary:
|
||||
```
|
||||
sudo apt update && sudo apt install git build-essential cmake libuv1-dev libzmq3-dev libsodium-dev libpgm-dev libnorm-dev libgss-dev
|
||||
git clone https://github.com/SChernykh/p2pool
|
||||
git clone --recursive https://github.com/SChernykh/p2pool
|
||||
cd p2pool
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
|
|
1
external/src/rapidjson
vendored
Submodule
1
external/src/rapidjson
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 35a823f530d56fbb3d75addac72904b67e440409
|
Loading…
Reference in a new issue