Skip to content

Commit

Permalink
close JuliaLang#829 (failed build on freebsd)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolta authored and kmsquire committed Jul 6, 2012
1 parent b45dc51 commit b977c72
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ This is the GitHub repository of Julia source code, including instructions for c
<a name="Source-Download-Compilation"/>
## Source Download & Compilation


First, acquire the source code by cloning the git repository:

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

#### FreeBSD

The prerequisites can be installed from ports like this:

cd /usr/ports/devel/gmake
make install

cd /usr/ports/ftp/curl
make install

cd /usr/ports/devel/libunwind
make install

cd /usr/ports/lang/gcc45
make install
ln -s /usr/local/bin/gfortran45 /usr/local/bin/gfortran
*Release 9.0:* install the gcc46, git, and gmake packages/ports, and compile julia with the command:

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

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

#### MKL

Expand Down

0 comments on commit b977c72

Please sign in to comment.