Skip to content

Commit

Permalink
include libcurl package in prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
nixls authored and jacob1 committed Apr 11, 2019
1 parent 76a92d7 commit 1b2a525
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 libsdl2-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 libcurl4-openssl-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 1b2a525

Please sign in to comment.