Skip to content

Commit

Permalink
document that #19464 requires utf8proc 2.1 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jan 7, 2017
1 parent c5f8375 commit 2f223b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ Julia uses the following external libraries, which are automatically downloaded
- **[curl]** (>= 7.50) — libcurl provides download and proxy support for Julia's package manager
- **[libssh2]** (>= 1.7) — library for SSH transport, used by libgit2 for packages with SSH remotes
- **[mbedtls]** (>= 2.2) — library used for cryptography and transport layer security, used by libssh2
- **[utf8proc]** (>= 2.0) — a library for processing UTF-8 encoded Unicode strings
- **[utf8proc]** (>= 2.1) — a library for processing UTF-8 encoded Unicode strings
- **[libosxunwind]** — clone of [libunwind], a library that determines the call-chain of a program

[GNU make]: http://www.gnu.org/software/make
Expand Down

0 comments on commit 2f223b7

Please sign in to comment.