Skip to content

Commit

Permalink
Add gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Feb 2, 2017
1 parent 96781f3 commit 579df88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ While not required to run stdlib, the following dependencies may be required for
* [R][r]: language for statistical computing (version `>= 3.0.0`)
* [Python][python]: general purpose language (version `>= 2.7`)
* [gcc & g++][gcc] or [clang][clang]: C/C++ compilation and linking (g++ version `>= 4.8`; clang version `>= 3.5`)
* [gfortran][gfortran]: Fortran compilation and linking
* [pandoc][pandoc]: universal document converter

The following vendor libraries can be automatically downloaded and compiled from source using `make`:
Expand Down Expand Up @@ -251,6 +252,7 @@ Copyright © 2016-2017. The Stdlib [Authors][authors].
[python]: https://www.python.org/
[gcc]: http://gcc.gnu.org/
[clang]: http://clang.llvm.org/
[gfortran]: https://gcc.gnu.org/fortran/
[pandoc]: http://pandoc.org/

[boost]: http://www.boost.org/
Expand Down

0 comments on commit 579df88

Please sign in to comment.