mirror of
https://github.com/minetest/minetest.git
synced 2024-11-05 07:13:46 +01:00
50423d8c72
* Update JsonCPP to 1.8.3 * Fix deprecated functions Json::FastWriter, Json::StyledWriter and Json::Reader are marked deprecated since 1.1 and are deprecated in 0.8 but not shown at compilation time. Use new methods to serialize/deserialize
8 lines
171 B
Bash
8 lines
171 B
Bash
#!/bin/sh
|
|
cd ..
|
|
git clone https://github.com/open-source-parsers/jsoncpp -b 1.8.3 --depth 1
|
|
cd jsoncpp
|
|
python amalgamate.py
|
|
cp -R dist/json ../json
|
|
cp dist/jsoncpp.cpp ..
|