19 lines
227 B
Plaintext
Executable File
19 lines
227 B
Plaintext
Executable File
set -ex
|
|
|
|
mkdir -p sdk/include
|
|
|
|
mkdir base32
|
|
pushd base32
|
|
|
|
git clone --depth 1 https://github.com/tplgy/cppcodec --branch v0.2
|
|
|
|
popd
|
|
|
|
mkdir -p sdk/include
|
|
pushd sdk/include
|
|
|
|
ln -fs ../../base32/cppcodec/cppcodec base32
|
|
|
|
popd
|
|
|