commit
983cd60a8d
|
@ -30,6 +30,13 @@ On Red Hat, CentOS, and Fedora systems you can do this by running:
|
||||||
sudo yum install ruby-devel
|
sudo yum install ruby-devel
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
If you installed the above - specifically on Fedora 23 - but the extensions would still not compile, you are probably running a Fedora image that misses the `redhat-rpm-config` package. To solve this, simply run:
|
||||||
|
|
||||||
|
{% highlight bash %}
|
||||||
|
sudo dnf install redhat-rpm-config
|
||||||
|
{% endhighlight %}
|
||||||
|
|
||||||
|
|
||||||
On [NearlyFreeSpeech](https://www.nearlyfreespeech.net/) you need to run the
|
On [NearlyFreeSpeech](https://www.nearlyfreespeech.net/) you need to run the
|
||||||
following commands before installing Jekyll:
|
following commands before installing Jekyll:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue