From bd0cdcd4cb074f44b23f63823fdc5d72b9275765 Mon Sep 17 00:00:00 2001 From: AndrewCz Date: Sun, 20 Mar 2016 05:08:05 -0400 Subject: [PATCH] Add installing devel libraries to fedora I followed the troubleshooting and came up with `sudo gem install jekyll` unable to generate the binary file because the development libraries were not installed on my system. Per [fedoraproject.org -- Gems](https://developer.fedoraproject.org/tech/languages/ruby/gems-installation.html) this is necessary to install this. The instructions mirror what is listed on that page, but using `yum` instead of `dnf` - which is understandable because RH and CentOS still use `yum`. --- site/_docs/troubleshooting.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/_docs/troubleshooting.md b/site/_docs/troubleshooting.md index 5d7b1ad9..bdc7804f 100644 --- a/site/_docs/troubleshooting.md +++ b/site/_docs/troubleshooting.md @@ -28,6 +28,7 @@ On Red Hat, CentOS, and Fedora systems you can do this by running: {% highlight bash %} sudo yum install ruby-devel +sudo yum group install "C Development Tools and Libraries" {% endhighlight %} On [NearlyFreeSpeech](https://www.nearlyfreespeech.net/) you need to run the