5 lines
157 B
Bash
Raw Normal View History

2025-01-12 20:40:48 +08:00
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