Skip to content

Commit

Permalink
README: add patch and (optionally) fetch to required list
Browse files Browse the repository at this point in the history
  • Loading branch information
nolta committed Jul 4, 2012
1 parent 9a95792 commit 34ac580
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 @@ -120,8 +120,9 @@ Building Julia requires that the following software be installed:
- **[gcc, g++, gfortran][gcc]** — compiling and linking C, C++ and Fortran code.
- **[git]** — contributions and version control.
- **[perl]** — preprocessing of header files of libraries.
- **[wget]** or **[curl]** — to automatically download external libraries (Linux defaults to `wget`, OS X and FreeBSD to `curl`).
- **[wget]**, **[curl]**, or **fetch** — to automatically download external libraries.
- **[m4]** — needed to build GMP.
- **patch** — for modifying source code.

Julia uses the following external libraries, which are automatically downloaded (or in a few cases, included in the Julia source repository) and then compiled from source the first time you run `make`:

Expand Down

0 comments on commit 34ac580

Please sign in to comment.