14 lines
153 B
Plaintext
Executable File
14 lines
153 B
Plaintext
Executable File
mkdir -p sdk/include
|
|
|
|
mkdir glm
|
|
pushd glm
|
|
|
|
git clone --depth 1 https://github.com/g-truc/glm.git
|
|
|
|
popd
|
|
|
|
pushd sdk/include
|
|
ln -fs ../../glm/glm/glm
|
|
popd
|
|
|