doc: add python to list of required ubuntu packages (nw)

This commit is contained in:
Henrik Algestam 2019-04-23 17:12:00 +02:00
parent d9d89befee
commit 731c3f9dc0

View File

@ -130,7 +130,7 @@ Debian and Ubuntu (including Raspberry Pi and ODROID devices)
You'll need a few prerequisites from your distro. Make sure you get SDL2 2.0.3 or 2.0.4 as earlier versions are buggy. You'll need a few prerequisites from your distro. Make sure you get SDL2 2.0.3 or 2.0.4 as earlier versions are buggy.
**sudo apt-get install git build-essential libsdl2-dev libsdl2-ttf-dev libfontconfig-dev qt5-default** **sudo apt-get install git build-essential python libsdl2-dev libsdl2-ttf-dev libfontconfig-dev qt5-default**
Compilation is exactly as described above in All Platforms. Compilation is exactly as described above in All Platforms.