mirror of https://github.com/encounter/SDL.git
Update the Linux build instructions
This commit is contained in:
parent
e561ce3a75
commit
2f4e9294aa
|
@ -9,18 +9,18 @@ at runtime, and you won't get a missing library error, at least with the
|
||||||
default configuration parameters.
|
default configuration parameters.
|
||||||
|
|
||||||
|
|
||||||
================================================================================
|
|
||||||
Build Dependencies
|
Build Dependencies
|
||||||
================================================================================
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Ubuntu 20.04, all available features enabled:
|
Ubuntu 20.04, all available features enabled:
|
||||||
|
|
||||||
sudo apt-get install build-essential git make cmake autoconf automake \
|
sudo apt-get install build-essential git make cmake autoconf automake \
|
||||||
libtool libasound2-dev libpulse-dev libaudio-dev libx11-dev libxext-dev \
|
libtool pkg-config libasound2-dev libpulse-dev libaudio-dev libjack-dev \
|
||||||
libxrandr-dev libxcursor-dev libxi-dev libxinerama-dev libxxf86vm-dev \
|
libx11-dev libxext-dev libxrandr-dev libxcursor-dev libxi-dev \
|
||||||
libxss-dev libgl1-mesa-dev libdbus-1-dev libudev-dev libgles2-mesa-dev \
|
libxinerama-dev libxxf86vm-dev libxss-dev libgl1-mesa-dev libdbus-1-dev \
|
||||||
libegl1-mesa-dev libibus-1.0-dev fcitx-libs-dev libsamplerate0-dev \
|
libudev-dev libgles2-mesa-dev libegl1-mesa-dev libibus-1.0-dev \
|
||||||
libsndio-dev libwayland-dev libxkbcommon-dev
|
fcitx-libs-dev libsamplerate0-dev libsndio-dev libwayland-dev \
|
||||||
|
libxkbcommon-dev libdrm-dev libgbm-dev
|
||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
- This includes all the audio targets except arts and esd, because Ubuntu
|
- This includes all the audio targets except arts and esd, because Ubuntu
|
||||||
|
@ -34,9 +34,8 @@ NOTES:
|
||||||
configure script to include DirectFB support. Send patches. :)
|
configure script to include DirectFB support. Send patches. :)
|
||||||
|
|
||||||
|
|
||||||
================================================================================
|
|
||||||
Joystick does not work
|
Joystick does not work
|
||||||
================================================================================
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
If you compiled or are using a version of SDL with udev support (and you should!)
|
If you compiled or are using a version of SDL with udev support (and you should!)
|
||||||
there's a few issues that may cause SDL to fail to detect your joystick. To
|
there's a few issues that may cause SDL to fail to detect your joystick. To
|
||||||
|
|
Loading…
Reference in New Issue