1
0
mirror of https://github.com/MCLx86/xtreemtest.git synced 2025-04-08 03:07:43 +02:00
2022-10-08 17:16:13 -04:00

8 lines
171 B
Bash

#!/bin/sh
cd ..
git clone https://github.com/open-source-parsers/jsoncpp -b 1.9.4 --depth 1
cd jsoncpp
python amalgamate.py
cp -R dist/json ../json
cp dist/jsoncpp.cpp ..