mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-01-16 22:08:28 +01:00
Fix missing library in build instructions (#610)
Added missing libsdl2-dev package for building on Linux.
This commit is contained in:
parent
48bc6e02ba
commit
fa0809d146
@ -15,7 +15,7 @@ There is a Lua API – you can automate your work or even make plugins for the g
|
||||
Build instructions
|
||||
===========================================================================
|
||||
|
||||
sudo apt-get install build-essential libsdl1.2-dev libbz2-dev zlib1g-dev liblua5.1.0-dev git scons libfftw3-dev
|
||||
sudo apt-get install build-essential libsdl2-dev libbz2-dev zlib1g-dev liblua5.1.0-dev git scons libfftw3-dev
|
||||
scons
|
||||
|
||||
For a list of flags for `scons`, see [the Powder Toy wiki](https://powdertoy.co.uk/Wiki/W/Scons_command_line_flags.html).
|
||||
|
Loading…
x
Reference in New Issue
Block a user