summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSergio Schvezov <sergio.schvezov@canonical.com>2017-08-07 09:55:34 -0300
committerJan Kotas <jkotas@microsoft.com>2017-08-07 05:55:34 -0700
commit02e7bc11c1276bdcefd97672c124cdff2cf3e9c0 (patch)
treef3245b12d829e32635e7ffbbaa7504e041a950b6 /Documentation
parent361a81bacfe0b7530ca7f8fc4220df53d839eecd (diff)
downloadcoreclr-02e7bc11c1276bdcefd97672c124cdff2cf3e9c0.tar.gz
coreclr-02e7bc11c1276bdcefd97672c124cdff2cf3e9c0.tar.bz2
coreclr-02e7bc11c1276bdcefd97672c124cdff2cf3e9c0.zip
Update linux-instructions.md (#13246)
On Ubuntu a configuration failure occurs when running `cmake` through `build.sh` on `corefx` asking to install `libkrb5-dev` or its equivalent.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/linux-instructions.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/building/linux-instructions.md b/Documentation/building/linux-instructions.md
index fecf2c9b60..71ca8797e3 100644
--- a/Documentation/building/linux-instructions.md
+++ b/Documentation/building/linux-instructions.md
@@ -30,6 +30,7 @@ Install the following packages for the toolchain:
- libcurl4-openssl-dev
- libssl-dev
- uuid-dev
+- libkrb5-dev
- libnuma-dev (optional, enables numa support)
In order to get lldb-3.6 on Ubuntu 14.04, we need to add an additional package source:
@@ -51,7 +52,7 @@ For other version of Debian/Ubuntu, please visit http://apt.llvm.org/.
Then install the packages you need:
```
-ellismg@linux:~$ sudo apt-get install cmake llvm-3.5 clang-3.5 lldb-3.6 lldb-3.6-dev libunwind8 libunwind8-dev gettext libicu-dev liblttng-ust-dev libcurl4-openssl-dev libssl-dev uuid-dev libnuma-dev
+ellismg@linux:~$ sudo apt-get install cmake llvm-3.5 clang-3.5 lldb-3.6 lldb-3.6-dev libunwind8 libunwind8-dev gettext libicu-dev liblttng-ust-dev libcurl4-openssl-dev libssl-dev uuid-dev libnuma-dev libkrb5-dev
```
You now have all the required components.