mirror of
https://github.com/dragonfireclient/dragonfireclient.git
synced 2024-12-04 16:04:01 -05:00
f53396b152
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
7 lines
171 B
Bash
7 lines
171 B
Bash
#!/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 ..
|