rapidjson submodule
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -4,3 +4,6 @@
|
|||||||
[submodule "external/src/RandomX"]
|
[submodule "external/src/RandomX"]
|
||||||
path = external/src/RandomX
|
path = external/src/RandomX
|
||||||
url = https://github.com/SChernykh/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/libzmq/include)
|
||||||
include_directories(external/src/llhttp)
|
include_directories(external/src/llhttp)
|
||||||
include_directories(external/src/RandomX/src)
|
include_directories(external/src/RandomX/src)
|
||||||
|
include_directories(external/src/rapidjson/include)
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
set(LIBS ${LIBS} ws2_32 iphlpapi userenv psapi)
|
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:
|
p2pool binary:
|
||||||
```
|
```
|
||||||
sudo apt update && sudo apt install git build-essential cmake libuv1-dev libzmq3-dev libsodium-dev libpgm-dev libnorm-dev libgss-dev
|
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
|
cd p2pool
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
|
|||||||
1
external/src/rapidjson
vendored
Submodule
1
external/src/rapidjson
vendored
Submodule
Submodule external/src/rapidjson added at 35a823f530
Reference in New Issue
Block a user