rapidjson submodule

pull/11/head
SChernykh 3 years ago
parent da7ca7d57e
commit 58c792fb04

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 ..

@ -0,0 +1 @@
Subproject commit 35a823f530d56fbb3d75addac72904b67e440409
Loading…
Cancel
Save