Initial commit
This commit is contained in:
7
lib/jsoncpp/json/UPDATING
Normal file
7
lib/jsoncpp/json/UPDATING
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/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 ..
|
||||
Reference in New Issue
Block a user