command -v gmake >/dev/null 2>&1||{echo >&2"${RED}You must install GNU make on your host machine (and link it to 'gmake').${NC}";exit 1;}
command -v gmake >/dev/null 2>&1||{echo >&2"${RED}You must install GNU make on your host machine (and link it to 'gmake').${NC}";exit 1;}
command -v meson >/dev/null 2>&1||{echo >&2"${RED}You must install 'meson' on your host machine.${NC}";exit 1;}
command -v meson >/dev/null 2>&1||{echo >&2"${RED}You must install 'meson' on your host machine.${NC}";exit 1;}
command -v pkg-config >/dev/null 2>&1||{echo >&2"${RED}You must install 'pkg-config' on your host machine.${NC}";exit 1;}
command -v msgfmt >/dev/null 2>&1||{echo >&2"${RED}You must install 'gettext' on your host machine.\n\t'msgfmt' needs to be in your \$PATH as well.${NC}";exit 1;}
command -v msgfmt >/dev/null 2>&1||{echo >&2"${RED}You must install 'gettext' on your host machine.\n\t'msgfmt' needs to be in your \$PATH as well.${NC}";exit 1;}
command -v glib-mkenums >/dev/null 2>&1||{echo >&2"${RED}You must install 'glib' on your host machine.\n\t'glib-mkenums' needs to be in your \$PATH as well.${NC}";exit 1;}
command -v glib-mkenums >/dev/null 2>&1||{echo >&2"${RED}You must install 'glib' on your host machine.\n\t'glib-mkenums' needs to be in your \$PATH as well.${NC}";exit 1;}
command -v gpg-error-config >/dev/null 2>&1||{echo >&2"${RED}You must install 'libgpg-error' on your host machine.\n\t'gpg-error-config' needs to be in your \$PATH as well.${NC}";exit 1;}
command -v gpg-error-config >/dev/null 2>&1||{echo >&2"${RED}You must install 'libgpg-error' on your host machine.\n\t'gpg-error-config' needs to be in your \$PATH as well.${NC}";exit 1;}