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 ```