minetest/lib/jsoncpp/json/UPDATING

8 lines
166 B
Plaintext
Raw Normal View History

2013-02-21 23:00:44 +01:00
#!/bin/sh
cd ..
2024-01-15 20:08:50 +01:00
git clone https://github.com/open-source-parsers/jsoncpp -b 1.9.5 --depth 1
2013-02-21 23:00:44 +01:00
cd jsoncpp
2024-01-15 20:08:50 +01:00
./amalgamate.py
cp -R dist/json ../json
cp dist/jsoncpp.cpp ..