mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
docs: Updated build prerequisite package names for newer Ubuntu versions. (#10355)
This commit is contained in:
parent
560b4e4fd4
commit
80e9b4322a
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ Debian and Ubuntu (including Raspberry Pi and ODROID devices)
|
|||
You’ll need a few prerequisites from your Linux distribution. Make sure you get
|
||||
SDL2 2.0.6 or later as earlier versions lack required functionality::
|
||||
|
||||
sudo apt-get install git build-essential python libsdl2-dev libsdl2-ttf-dev libfontconfig-dev libpulse-dev qt5-default
|
||||
sudo apt-get install git build-essential python3 libsdl2-dev libsdl2-ttf-dev libfontconfig-dev libpulse-dev qtbase5-dev qtbase5-dev-tools qtchooser qt5-qmake
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue