File tree 1 file changed +3
-17
lines changed 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ This is the GitHub repository of Julia source code, including instructions for c
36
36
<a name =" Source-Download-Compilation " />
37
37
## Source Download & Compilation
38
38
39
-
40
39
First, acquire the source code by cloning the git repository:
41
40
42
41
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
86
85
87
86
#### FreeBSD
88
87
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:
103
89
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
105
91
106
- ** Use the gmake command on FreeBSD instead of make**
92
+ You must use the gmake command on FreeBSD instead of make.
107
93
108
94
#### MKL
109
95
You can’t perform that action at this time.
0 commit comments