1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-28 15:30:28 +02:00
minetest/lib/jsoncpp/json/UPDATING
2024-01-17 20:06:26 +01:00

8 lines
166 B
Bash

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