This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Android cross-compile environment setup script for Glib | |
# Author : Zengwen Yuan | |
# Date : 2016-07-16 | |
# License : Creative Commons Attribution-ShareAlike 4.0 | |
# http://zwyuan.github.io/2016/07/17/cross-compile-glib-for-android/ | |
# | |
# Modified by Tom Moebert to provide an Android cross compilation toolchain for fluidsynth 2.0 | |
# Date: 2018-09-06 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Android cross-compile environment setup script for Fluidsynth, Glib and dependencies | |
# Author : Tom Moebert | |
# Date : 2018-09-06 | |
# License : CC0 1.0 Universal | |
# If you have questions or need support, contact our mailing list: | |
# https://lists.nongnu.org/mailman/listinfo/fluid-dev | |
set -ex |