Skip to content

Commit

Permalink
Update README for GCC minimum version requirement, FreeBSD
Browse files Browse the repository at this point in the history
Apparently, gcc47 is available on FreeBSD 9.0.

[av skip]
  • Loading branch information
nalimilan committed Feb 6, 2015
1 parent 9feadaa commit 456b85a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ If you see build failures in OpenBLAS or if you prefer to experiment, you can us

### FreeBSD

On *FreeBSD Release 9.0*, install the `gcc46`, `git`, and `gmake` packages/ports, and compile Julia with the command:
On *FreeBSD Release 9.0*, install the `gcc47`, `git`, and `gmake` packages/ports, and compile Julia with the command:

$ gmake FC=gfortran46
$ gmake FC=gfortran47

You must use the `gmake` command on FreeBSD instead of `make`.

Expand Down

0 comments on commit 456b85a

Please sign in to comment.