17 lines
229 B
Plaintext
Executable File
17 lines
229 B
Plaintext
Executable File
mkdir -p sdk/include
|
|
|
|
mkdir vookoo
|
|
pushd vookoo
|
|
|
|
#git clone https://github.com/andy-thomason/Vookoo.git
|
|
git clone https://github.com/timprepscius/Vookoo.git
|
|
|
|
popd
|
|
|
|
pushd sdk/include
|
|
|
|
ln -fs ../../vookoo/Vookoo/include/vku
|
|
|
|
popd
|
|
|