Fix #5730: add gcc and make to the list of requirements
This commit is contained in:
parent
08cec6889a
commit
5ac3e0a866
|
@ -21,6 +21,7 @@ requirements you’ll 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>
|
||||
|
|
Loading…
Reference in New Issue