Loading install-freetype-gl.sh +7 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,12 @@ case "$CC" in ;; esac # Sorry, SOIL2 on Darwin is meh if [ `uname` != "Darwin" ] then git clone https://github.com/forthy42/soil2.git (cd soil2 && premake4 $platform gmake && (cd make/$OS; make config=release) && (cp $(find . -name '*.a') $(find . -name '*.so') $TARGET) && (cp src/SOIL2/SOIL2.h /usr/include)) fi git clone -b android https://github.com/forthy42/freetype-gl.git (cd freetype-gl && ./autogen.sh && ./configure "$@" && make && sudo make install) Loading
install-freetype-gl.sh +7 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,12 @@ case "$CC" in ;; esac # Sorry, SOIL2 on Darwin is meh if [ `uname` != "Darwin" ] then git clone https://github.com/forthy42/soil2.git (cd soil2 && premake4 $platform gmake && (cd make/$OS; make config=release) && (cp $(find . -name '*.a') $(find . -name '*.so') $TARGET) && (cp src/SOIL2/SOIL2.h /usr/include)) fi git clone -b android https://github.com/forthy42/freetype-gl.git (cd freetype-gl && ./autogen.sh && ./configure "$@" && make && sudo make install)