Skip to content

Commit

Permalink
Document libssl-dev build dependency
Browse files Browse the repository at this point in the history
closes #13389
  • Loading branch information
tkelman committed Oct 5, 2015
1 parent ad3ebba commit 218ac58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ Building Julia requires that the following software be installed:
- **[m4]** — needed to build GMP.
- **[patch]** — for modifying source code.
- **[cmake]** — needed to build `libgit2`.
- **[openssl]** — needed for HTTPS support in `libgit2` on Linux, install via `apt-get install libssl-dev` or `yum install openssl-devel`.

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 Expand Up @@ -317,6 +318,7 @@ For a longer overview of Julia's dependencies, see these [slides](https://github
[libosxunwind]: https://github.com/JuliaLang/libosxunwind
[libunwind]: http://www.nongnu.org/libunwind
[Rmath-julia]: https://github.com/JuliaLang/Rmath-julia
[openssl]: https://www.openssl.org

<a name="System-Provided-Libraries">
### System Provided Libraries
Expand Down

0 comments on commit 218ac58

Please sign in to comment.