From 169529199d3c145e646f692cdf05852ef4410b23 Mon Sep 17 00:00:00 2001 From: Anders Damsgaard Date: Sat, 8 Mar 2014 12:24:52 +0100 Subject: [PATCH] Added libcurl dependency for Ubuntu/Debian GNU/Linux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af91de8b8..6e7d1cc4c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ the installation: #### Linux (Ubuntu) - sudo apt-get install cmake libglew-dev xorg-dev + sudo apt-get install cmake libglew-dev xorg-dev libcurl4-openssl-dev sudo apt-get build-dep glfw #### Windows