From 1b2a52501d2580e861d2b060c686802301db5764 Mon Sep 17 00:00:00 2001 From: Nikolas Ostrowski Date: Wed, 3 Apr 2019 00:43:16 +0200 Subject: [PATCH] include libcurl package in prerequisites --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b703660894..2812300bb3 100644 --- a/README.md +++ b/README.md @@ -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).