Fix missing library in build instructions (#610)

Added missing libsdl2-dev package for building on Linux.
This commit is contained in:
Nikolas Ostrowski
2018-11-04 02:36:58 +01:00
committed by jacob1
parent 48bc6e02ba
commit fa0809d146

View File

@@ -15,7 +15,7 @@ There is a Lua API you can automate your work or even make plugins for the g
Build instructions 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 scons
For a list of flags for `scons`, see [the Powder Toy wiki](https://powdertoy.co.uk/Wiki/W/Scons_command_line_flags.html). For a list of flags for `scons`, see [the Powder Toy wiki](https://powdertoy.co.uk/Wiki/W/Scons_command_line_flags.html).