17 lines
252 B
Plaintext
Executable File
17 lines
252 B
Plaintext
Executable File
mkdir gte
|
|
pushd gte
|
|
|
|
git clone https://github.com/davideberly/GeometricTools.git
|
|
pushd GeometricTools
|
|
git checkout tags/GTE-version-5.1 -b stable
|
|
popd
|
|
|
|
popd
|
|
|
|
mkdir -p sdk/include
|
|
|
|
pushd sdk/include
|
|
ln -fs ../../gte/GeometricTools/GTE/Mathematics
|
|
popd
|
|
|