1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

missing flac & vorbis, running ubuntu 22 LTS

Jonathan Pham
2022-08-02 01:44:55 -06:00
parent 35690361e3
commit 09e7bc4195

@@ -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.