xtreemtest/lib/jsoncpp/json/UPDATING

8 lines
171 B
Plaintext
Raw Normal View History

2022-10-08 23:16:13 +02:00
#!/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 ..