1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Remove libressl dependency from alpine apk add command

Cory Sanin
2021-06-27 16:38:52 -05:00
parent 26215e7bca
commit eb05a51695

@@ -84,7 +84,7 @@ Some old Leap versions use an old version of gcc by default, while OpenRCT2 need
### Alpine Linux ### Alpine Linux
Install dependencies: Install dependencies:
``` ```
apk add git gcc g++ make cmake libzip-dev curl-dev libressl-dev nlohmann-json sdl2-dev fontconfig-dev fts-dev icu-dev duktape-dev speexdsp-dev apk add git gcc g++ make cmake libzip-dev curl-dev nlohmann-json sdl2-dev fontconfig-dev fts-dev icu-dev duktape-dev speexdsp-dev
``` ```
(Dependency fts may not be required in the future, see [#5520](https://github.com/OpenRCT2/OpenRCT2/issues/5520)) (Dependency 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))