1
0
spegling av https://github.com/luanti-org/luanti.git synced 2025-12-26 08:15:22 +01:00
Files
luanti/lib/jsoncpp/json/UPDATING
2024-10-13 10:57:25 +02:00

8 rader
166 B
Bash

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