From f14c3fe5c8c612ac398a00341209dc18bd3a39e8 Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Tue, 19 Nov 2019 11:11:46 -0500 Subject: [PATCH] Update the documentation around dev dependencies. (#565) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45e820908..4c3e4d183 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,9 @@ Additional build prerequisites are: - PyYAML - [lessc](http://lesscss.org/) to compile less to css. - [uglifyjs](https://github.com/mishoo/UglifyJS) to minify Javascript builds. -- [ccache](https://ccache.samba.org) (optional) recommended for much faster rebuilds. +- gfortran (GNU Fortran 95 compiler) +- [f2c](http://www.netlib.org/f2c/) +- [ccache](https://ccache.samba.org) (optional) *highly* recommended for much faster rebuilds. On Mac, you will also need: