Update snapshot build to use Ubuntu 18.04 LTS
Ubuntu 16.04 would provide better distro compatibility, but we need SDL in version 2.0.5 or newer to enable resizable window support on Linux. Pretty soon Ubuntu 20.04 LTS will be released, so targetting previous LTS release should be enough.
This commit is contained in:
parent
3d694ca006
commit
4f607a3bcc
2 changed files with 8 additions and 4 deletions
|
@ -89,7 +89,7 @@ packages installed via your package manager.
|
|||
|
||||
sudo dnf install SDL2 SDL2_net opusfile
|
||||
|
||||
#### Debian, Ubuntu
|
||||
#### Debian (10 or newer), Ubuntu (18.04 LTS or newer)
|
||||
|
||||
sudo apt install libsdl2-2.0 libsdl2-net-2.0 libopusfile0
|
||||
|
||||
|
@ -97,6 +97,7 @@ packages installed via your package manager.
|
|||
|
||||
sudo pacman -S sdl2 sdl2_net opusfile
|
||||
|
||||
|
||||
### [Windows]
|
||||
|
||||
A dosbox.exe file in a snapshot package is not signed, therefore Windows 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue