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`).
This commit is contained in:
Thijs Kinkhorst
2017-01-11 17:19:27 +01:00
committed by GitHub
parent 8274e2efe9
commit 314c98f101

View File

@@ -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