Update linux install scripts

This commit is contained in:
Roza 2021-02-18 07:47:48 -05:00
parent f6babc41cb
commit dfd5cead57
3 changed files with 2 additions and 16 deletions

2
linux/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
downloads/
build-*/

View file

@ -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

View file

@ -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