From 23c1d1aa551c1c45857e719d380ab113b920a608 Mon Sep 17 00:00:00 2001 From: Struma Date: Thu, 18 Feb 2021 07:47:48 -0500 Subject: [PATCH] Update linux install scripts --- linux/.gitignore | 2 ++ linux/install.sh | 8 -------- linux/make_appimg.sh | 8 -------- 3 files changed, 2 insertions(+), 16 deletions(-) create mode 100644 linux/.gitignore diff --git a/linux/.gitignore b/linux/.gitignore new file mode 100644 index 0000000..4bb1d40 --- /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 b566174..fa98ee8 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 d05de98..061d340 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