Fix #5730: add gcc and make to the list of requirements

This commit is contained in:
Zlatan Vasović 2017-01-07 11:12:50 +01:00
parent 08cec6889a
commit 5ac3e0a866
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ requirements youll need to make sure your system has before you start.
- [NodeJS](https://nodejs.org/), or another JavaScript runtime (Jekyll 2 and
earlier, for CoffeeScript support).
- [Python 2.7](https://www.python.org/downloads/) (for Jekyll 2 and earlier)
- [GCC](https://gcc.gnu.org/install/) and [Make](https://www.gnu.org/software/make/) (in case your system doesn't have them installed, which you can check by running `gcc -v` and `make -v` in your system's command line interface)
<div class="note info">
<h5>Running Jekyll on Windows</h5>