Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Moseley <danmose@microsoft.com>2016-10-22 01:29:26 +0300
committerGitHub <noreply@github.com>2016-10-22 01:29:26 +0300
commit911d68e8dfc3d5af7839d0b4d9e674b548d749c3 (patch)
tree0db0adcb7ef147ffba897d4f766c0e851bdda2bc /Documentation/building
parent0f452dec9eccabab5c8fa7d30eb119bc185821de (diff)
Update unix-instructions.md
Add libicu57 for latest Ubuntu
Diffstat (limited to 'Documentation/building')
-rw-r--r--Documentation/building/unix-instructions.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/building/unix-instructions.md b/Documentation/building/unix-instructions.md
index a0608b3348..f3a20a106a 100644
--- a/Documentation/building/unix-instructions.md
+++ b/Documentation/building/unix-instructions.md
@@ -44,6 +44,8 @@ For Ubuntu 14.04, install the following packages:
`sudo apt-get install libunwind8 libicu52 curl`
+For Ubuntu 16.x you may need to replace libicu52 with libicu57.
+
In addition to the above packages, the runtime versions of the packages listed
in the native section should also be installed (this happens automatically on
most systems when you install the development packages).