diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md index a073f0c..fa346af 100644 --- a/Building-OpenRCT2-on-Linux.md +++ b/Building-OpenRCT2-on-Linux.md @@ -30,7 +30,8 @@ The exact package names will differ from distribution to distribution, but here' sudo apt-get install --no-install-recommends -y cmake libsdl2-dev libicu-dev \ gcc pkg-config libspeex-dev libspeexdsp-dev libcurl4-openssl-dev \ libcrypto++-dev libfontconfig1-dev libfreetype6-dev libpng-dev libssl-dev libzip-dev \ - build-essential make nlohmann-json3-dev libbenchmark-dev + build-essential make nlohmann-json3-dev libbenchmark-dev \ + libflac-dev libvorbis-dev ``` This listing should work on Debian and Ubuntu.