10 lines
161 B
Bash
Executable file
10 lines
161 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. environment.sh
|
|
|
|
try ./build_python.sh
|
|
try ./reduce_python.sh
|
|
try ./build_sdl.sh
|
|
try ./build_freetype.sh
|
|
try ./build_sdlttf.sh
|
|
try ./build_kivy.sh
|