From f522fe57bb36ecb14a9171439b86346785486e36 Mon Sep 17 00:00:00 2001 From: YJSoft Date: Fri, 20 Sep 2019 19:12:02 +0900 Subject: [PATCH] Update openSUSE command(openSUSE Tumbleweed uses gcc9 by default) --- Building-OpenRCT2-on-Linux.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md index 0b9a0b4..3f2497e 100644 --- a/Building-OpenRCT2-on-Linux.md +++ b/Building-OpenRCT2-on-Linux.md @@ -79,8 +79,7 @@ Then you need to `emerge` required libraries and in case portage gives shows som Install dependencies: ``` -# Outdated as of 2019-01-04, OpenRCT2 requires C++17 which ships with GCC7+ -sudo zypper in SDL2-devel fontconfig libzip5 libzip-devel libpng speexdsp-devel curl libjansson-devel openssl glibc zlib cmake gcc gcc5 gcc5-c++ +sudo zypper in SDL2-devel fontconfig libzip5 libzip-devel libpng16-devel libicu-devel speexdsp-devel curl libcurl-devel libjansson-devel openssl openssl-devel glibc zlib cmake gcc gcc-c++ fontconfig-devel ``` #### Notes for Leap