15 lines
174 B
Bash
Executable File
15 lines
174 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
cd deps
|
|
|
|
./irrlicht.sh
|
|
./libogg.sh
|
|
./libvorbis.sh # depends on libogg
|
|
./leveldb.sh
|
|
./freetype.sh
|
|
./luajit.sh
|
|
./intl.sh
|
|
|
|
echo
|
|
echo "All libraries were built!"
|