summaryrefslogtreecommitdiff
path: root/lib/jsoncpp/json/UPDATING
blob: 0893244cf72a2ccf3a802d8bd9b33d806272aac1 (plain)
1
2
3
4
5
6
7
#!/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 ..