From d30e48d87e5cfffa61297a7dba022ca4d26517f3 Mon Sep 17 00:00:00 2001 From: Krutonium Date: Wed, 31 May 2017 19:18:58 -0400 Subject: [PATCH] Fixed Alpine Linux (Don't need non-dev packages, they are pulled it automatically) --- Building-OpenRCT2-on-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md index 0d00377..aefca7d 100644 --- a/Building-OpenRCT2-on-Linux.md +++ b/Building-OpenRCT2-on-Linux.md @@ -87,9 +87,9 @@ Leap uses gcc4 by default, OpenRCT2 needs gcc5. You'll need to fix the symlinks ### Alpine Linux 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 fts-dev +apk add git gcc g++ jansson-dev libzip-dev curl-dev libressl-dev sdl2-dev fontconfig-dev sdl2_ttf-dev fts-dev ``` -(Dependancy 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)) ## Other required files