From dce2397a6e2f753fcfd04d2eef8a9881c7a12c57 Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Thu, 24 May 2018 12:50:12 +0200 Subject: [PATCH] missing packages for debian --- Building-OpenRCT2-on-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md index c858443..1ec7aea 100644 --- a/Building-OpenRCT2-on-Linux.md +++ b/Building-OpenRCT2-on-Linux.md @@ -26,7 +26,7 @@ This solution is tested continuously by Travis. The exact package names will differ from distribution to distribution, but here's a short list of the common ones: ``` -sudo apt-get install --no-install-recommends -y cmake libsdl2-dev \ +sudo apt-get install --no-install-recommends -y cmake libsdl2-dev libicu-dev libsqlite3-dev \ gcc pkg-config libjansson-dev libspeex-dev libspeexdsp-dev libcurl4-openssl-dev \ libcrypto++-dev libfontconfig1-dev libfreetype6-dev libpng-dev libssl-dev libzip-dev ```