1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

forgot a package in Alpine

Krutonium
2017-05-31 18:04:20 -05:00
parent 3f7788ef77
commit fb4c9ed8d1

@@ -87,7 +87,7 @@ Leap uses gcc4 by default, OpenRCT2 needs gcc5. You'll need to fix the symlinks
### Alpine Linux ### Alpine Linux
Install dependancies: Install dependancies:
``` ```
apk add git gcc g++ jansson jansson-dev libzip libzip-dev libcurl curl-dev libressl libressl-dev sdl2 sdl2-dev fontconfig fontconfig-dev sdl2_ttf sdl2_ttf-dev fts apk add git gcc g++ jansson jansson-dev libzip libzip-dev libcurl curl-dev libressl libressl-dev sdl2 sdl2-dev fontconfig fontconfig-dev sdl2_ttf sdl2_ttf-dev fts fts-dev
``` ```
(Dependancy fts may not be required in the future, see [#5520](https://github.com/OpenRCT2/OpenRCT2/issues/5520)) (Dependancy fts may not be required in the future, see [#5520](https://github.com/OpenRCT2/OpenRCT2/issues/5520))
(You may wish to install Zenity or KDialog, see [#5521](https://github.com/OpenRCT2/OpenRCT2/issues/5521)) (You may wish to install Zenity or KDialog, see [#5521](https://github.com/OpenRCT2/OpenRCT2/issues/5521))