summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author goldnchild <48141308+goldnchild@users.noreply.github.com>2022-09-21 20:00:26 -0700
committer GitHub <noreply@github.com>2022-09-22 13:00:26 +1000
commit80e9b4322a21167ce84423d2c4ae29e7c8b4725d (patch)
tree20b5ee168c54906ed9ecc27c50c840207e577b0b
parent560b4e4fd4f2986a432edb82d5997709b5aeeed9 (diff)
docs: Updated build prerequisite package names for newer Ubuntu versions. (#10355)
-rw-r--r--docs/source/initialsetup/compilingmame.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/initialsetup/compilingmame.rst b/docs/source/initialsetup/compilingmame.rst
index 24664de8a1a..b91b21646aa 100644
--- a/docs/source/initialsetup/compilingmame.rst
+++ b/docs/source/initialsetup/compilingmame.rst
@@ -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