docs: Update build requirements for Ubuntu (#8010)

This commit is contained in:
algestam 2021-04-29 02:37:41 +02:00 committed by GitHub
parent 18d1768325
commit cc438d9ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -239,7 +239,7 @@ Debian and Ubuntu (including Raspberry Pi and ODROID devices)
Youll need a few prerequisites from your Linux distribution. Make sure you get
SDL2 2.0.4 or later as earlier versions are buggy::
sudo apt-get install git build-essential python libsdl2-dev libsdl2-ttf-dev libfontconfig-dev qt5-default
sudo apt-get install git build-essential python libsdl2-dev libsdl2-ttf-dev libfontconfig-dev libpulse-dev qt5-default
Compilation is exactly as described above in All Platforms. Note the Ubuntu
Linux modifies GCC to enable the GNU C Library “fortify source” feature by