minetest/lib/jsoncpp/json/UPDATING

8 lines
166 B
Plaintext
Raw Normal View History

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