From 314c98f101b6f5a8a078e17d74caf4633231a25d Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst Date: Wed, 11 Jan 2017 17:19:27 +0100 Subject: [PATCH] Add gcc to Debian prerequisites This is needed to install some gems and mirrors the fact that gcc is included in the command lines Fedora and Ubuntu (there contained in `build-essential`). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 697a9e1f..5c7587d2 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Windows is not supported ### Installing dependencies on Debian - sudo apt-get install git ruby ruby-dev libcurl4-openssl-dev make zlib1g-dev + sudo apt-get install gcc git ruby ruby-dev libcurl4-openssl-dev make zlib1g-dev ### Installing dependencies on Fedora