You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -280,15 +280,16 @@ Julia can be developed in an isolated Vagrant environment. See [the Vagrant READ
280
280
Building Julia requires that the following software be installed:
281
281
282
282
-**[GNU make]** — building dependencies.
283
-
-**[gcc & g++][gcc]** (>= 4.7) or **[Clang][clang]** (>= 3.1, Xcode 4.3.3 on OS X) — compiling and linking C, C++
284
-
-**[python]** (>=2.7) - needed to build LLVM.
283
+
-**[gcc & g++][gcc]** (>= 4.7) or **[Clang][clang]** (>= 3.1, Xcode 4.3.3 on OS X) — compiling and linking C, C++.
284
+
-**[libatomic][gcc]** — provided by **[gcc]** and needed to support atomic operations.
285
+
-**[python]** (>=2.7) — needed to build LLVM.
285
286
-**[gfortran]** — compiling and linking Fortran libraries.
286
287
-**[perl]** — preprocessing of header files of libraries.
287
288
-**[wget]**, **[curl]**, or **[fetch]** (FreeBSD) — to automatically download external libraries.
288
289
-**[m4]** — needed to build GMP.
289
290
-**[patch]** — for modifying source code.
290
291
-**[cmake]** (>= 3.4.3) — needed to build `libgit2`.
291
-
-**[pkg-config]**- needed to build `libgit2` correctly, especially for proxy support.
292
+
-**[pkg-config]**— needed to build `libgit2` correctly, especially for proxy support.
292
293
293
294
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`:
0 commit comments