mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-01 06:00:15 +02:00
Fix missing library in build instructions (#610)
Added missing libsdl2-dev package for building on Linux.
This commit is contained in:
committed by
jacob1
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
|
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).
|
||||||
|
Reference in New Issue
Block a user