19 lines
314 B
Plaintext
Executable File
19 lines
314 B
Plaintext
Executable File
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
mkdir imgui
|
|
pushd imgui
|
|
|
|
git clone --branch tjp_main_multiline https://github.com/timprepscius/imgui.git
|
|
|
|
pushd imgui
|
|
ln -fs ../../../../resources/Makefile-template Makefile
|
|
make
|
|
popd
|
|
|
|
popd
|
|
|
|
pushd sdk/include
|
|
ln -fs ../../imgui/imgui
|
|
popd
|
|
|