mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-11 17:35:33 +02:00
Update linux install scripts
This commit is contained in:
parent
7b03a983fe
commit
23c1d1aa55
3 changed files with 2 additions and 16 deletions
2
linux/.gitignore
vendored
Normal file
2
linux/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
downloads/
|
||||||
|
build-*/
|
|
@ -13,20 +13,12 @@ mkdir -p ${MESON_INSTALL_PREFIX}/lib$ARCH
|
||||||
|
|
||||||
|
|
||||||
# Required by Ubuntu
|
# 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 ruby
|
||||||
get_dep sndio
|
get_dep sndio
|
||||||
|
|
||||||
# Required by Fedora & Manjaro
|
# Required by Fedora & Manjaro
|
||||||
get_dep libXss
|
get_dep libXss
|
||||||
get_dep libjpeg
|
get_dep libjpeg
|
||||||
get_dep libwebp
|
|
||||||
get_dep libcrypt
|
get_dep libcrypt
|
||||||
get_dep libbsd
|
get_dep libbsd
|
||||||
get_dep tinfo
|
get_dep tinfo
|
||||||
|
|
|
@ -13,20 +13,12 @@ mkdir -p ${MESON_INSTALL_PREFIX}/usr/lib
|
||||||
|
|
||||||
|
|
||||||
# Required by Ubuntu
|
# 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 ruby
|
||||||
get_dep sndio
|
get_dep sndio
|
||||||
|
|
||||||
# Required by Fedora & Manjaro
|
# Required by Fedora & Manjaro
|
||||||
get_dep libXss
|
get_dep libXss
|
||||||
get_dep libjpeg
|
get_dep libjpeg
|
||||||
get_dep libwebp
|
|
||||||
get_dep libcrypt
|
get_dep libcrypt
|
||||||
get_dep libbsd
|
get_dep libbsd
|
||||||
get_dep tinfo
|
get_dep tinfo
|
||||||
|
|
Loading…
Add table
Reference in a new issue