Merge pull request #5731 from zdroid/gcc-make

Merge pull request 5731
This commit is contained in:
jekyllbot 2017-01-16 21:48:19 -05:00 committed by GitHub
commit bf7e24cc99
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,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>