8 lines
171 B
Plaintext
8 lines
171 B
Plaintext
|
#!/bin/sh
|
||
|
cd ..
|
||
|
git clone https://github.com/open-source-parsers/jsoncpp -b 1.9.4 --depth 1
|
||
|
cd jsoncpp
|
||
|
python amalgamate.py
|
||
|
cp -R dist/json ../json
|
||
|
cp dist/jsoncpp.cpp ..
|