5 lines
157 B
Bash
5 lines
157 B
Bash
mkdir -p lib
|
|
cd lib
|
|
git clone --depth 1 https://github.com/Tencent/rapidjson.git rapidjson
|
|
git clone --depth 1 https://github.com/nlohmann/json.git nlohmann
|