17 lines
218 B
Plaintext
Executable File
17 lines
218 B
Plaintext
Executable File
mkdir -p sdk/include
|
|
|
|
mkdir utfcpp
|
|
pushd utfcpp
|
|
|
|
git clone --depth 1 https://github.com/nemtrif/utfcpp.git --branch v3.2.3
|
|
|
|
popd
|
|
|
|
mkdir -p sdk/include
|
|
pushd sdk/include
|
|
|
|
ln -fs ../../utfcpp/utfcpp/source utfcpp
|
|
|
|
popd
|
|
|