diff --git a/linux/.gitignore b/linux/.gitignore new file mode 100644 index 00000000..4bb1d402 --- /dev/null +++ b/linux/.gitignore @@ -0,0 +1,2 @@ +downloads/ +build-*/ \ No newline at end of file diff --git a/linux/install.sh b/linux/install.sh index b5661743..fa98ee84 100755 --- a/linux/install.sh +++ b/linux/install.sh @@ -13,20 +13,12 @@ mkdir -p ${MESON_INSTALL_PREFIX}/lib$ARCH # Required by Ubuntu -get_dep openal -get_dep physfs -get_dep SDL2-2.0 -get_dep SDL2_ttf -get_dep SDL2_image -get_dep SDL_sound -get_dep fluidsynth get_dep ruby get_dep sndio # Required by Fedora & Manjaro get_dep libXss get_dep libjpeg -get_dep libwebp get_dep libcrypt get_dep libbsd get_dep tinfo diff --git a/linux/make_appimg.sh b/linux/make_appimg.sh index d05de98f..061d3409 100755 --- a/linux/make_appimg.sh +++ b/linux/make_appimg.sh @@ -13,20 +13,12 @@ mkdir -p ${MESON_INSTALL_PREFIX}/usr/lib # Required by Ubuntu -get_dep openal -get_dep physfs -get_dep SDL2-2.0 -get_dep SDL2_ttf -get_dep SDL2_image -get_dep SDL_sound -get_dep fluidsynth get_dep ruby get_dep sndio # Required by Fedora & Manjaro get_dep libXss get_dep libjpeg -get_dep libwebp get_dep libcrypt get_dep libbsd get_dep tinfo