mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Remove libressl dependency from alpine apk add command
@@ -84,7 +84,7 @@ Some old Leap versions use an old version of gcc by default, while OpenRCT2 need
|
||||
### Alpine Linux
|
||||
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))
|
||||
(You may wish to install Zenity or KDialog, see [#5521](https://github.com/OpenRCT2/OpenRCT2/issues/5521))
|
||||
|
||||
Reference in New Issue
Block a user