Skip to content

Commit

Permalink
Merge pull request #15292 from Dawny33/patch-3
Browse files Browse the repository at this point in the history
Added correct hyperlink for gfortran
  • Loading branch information
tkelman committed Mar 1, 2016
2 parents 9971fd2 + 6b4a9de commit e01b357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Building Julia requires that the following software be installed:

- **[GNU make]** — building dependencies.
- **[gcc & g++][gcc]** (>= 4.7) or **[Clang][clang]** (>= 3.1, Xcode 4.3.3 on OS X) — compiling and linking C, C++
- **[gfortran][gcc]** — compiling and linking Fortran libraries
- **[gfortran]** — compiling and linking Fortran libraries
- **[git]** — version control and package management (version 1.7.3+ required)
- **[perl]** — preprocessing of header files of libraries.
- **[wget]**, **[curl]**, or **[fetch]** (FreeBSD) — to automatically download external libraries.
Expand Down Expand Up @@ -296,6 +296,7 @@ For a longer overview of Julia's dependencies, see these [slides](https://github
[m4]: http://www.gnu.org/software/m4
[gcc]: http://gcc.gnu.org
[clang]: http://clang.llvm.org
[gfortran]: https://gcc.gnu.org/fortran/
[curl]: http://curl.haxx.se
[fetch]: http://www.freebsd.org/cgi/man.cgi?fetch(1)
[git]: http://git-scm.com
Expand Down

0 comments on commit e01b357

Please sign in to comment.