rapidjson submodule

This commit is contained in:
SChernykh
2021-09-05 17:30:21 +02:00
parent da7ca7d57e
commit 58c792fb04
4 changed files with 6 additions and 1 deletions

3
.gitmodules vendored
View File

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

View File

@@ -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)

View File

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

Submodule external/src/rapidjson added at 35a823f530