mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 14:53:45 +01:00
8 lines
166 B
Bash
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 ..
|