Skip to content

Commit e90aadb

Browse files
committed
close #829 (failed build on freebsd)
1 parent feb55b5 commit e90aadb

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

README.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ This is the GitHub repository of Julia source code, including instructions for c
3636
<a name="Source-Download-Compilation"/>
3737
## Source Download & Compilation
3838

39-
4039
First, acquire the source code by cloning the git repository:
4140

4241
git clone git://github.com/JuliaLang/julia.git
@@ -86,24 +85,11 @@ Clang is now used by default to build julia on OS X. Make sure to update to at l
8685

8786
#### FreeBSD
8887

89-
The prerequisites can be installed from ports like this:
90-
91-
cd /usr/ports/devel/gmake
92-
make install
93-
94-
cd /usr/ports/ftp/curl
95-
make install
96-
97-
cd /usr/ports/devel/libunwind
98-
make install
99-
100-
cd /usr/ports/lang/gcc45
101-
make install
102-
ln -s /usr/local/bin/gfortran45 /usr/local/bin/gfortran
88+
*Release 9.0:* install the gcc46, git, and gmake packages/ports, and compile julia with the command:
10389

104-
Other versions of gcc are also exist but currently gfortran45 is the one used by all the ports that depend on Fortran.
90+
$ gmake FC=gfortran46
10591

106-
**Use the gmake command on FreeBSD instead of make**
92+
You must use the gmake command on FreeBSD instead of make.
10793

10894
#### MKL
10995

0 commit comments

Comments
 (0)