Skip to content

Commit

Permalink
Fix missing library in build instructions (#610)
Browse files Browse the repository at this point in the history
Added missing libsdl2-dev package for building on Linux.
  • Loading branch information
nixls authored and jacob1 committed Nov 4, 2018
1 parent 48bc6e0 commit fa0809d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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).
Expand Down

0 comments on commit fa0809d

Please sign in to comment.