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:
authorMatt Ellis <matell@microsoft.com>2016-05-16 22:16:06 +0300
committerMatt Ellis <matell@microsoft.com>2016-05-16 22:16:06 +0300
commitdb1c5cf4ff85edf731b4e0d42e8c0dc4a2f64ab0 (patch)
tree76cec7624bee926f445ecd934916385fa82267bc /Documentation/building
parentcbcacb7619343597a307bb4e08567542f1d5f934 (diff)
Add gssapi to the list of libraries we shim over
Diffstat (limited to 'Documentation/building')
-rw-r--r--Documentation/building/unix-instructions.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/building/unix-instructions.md b/Documentation/building/unix-instructions.md
index 9d344d0619..6f82125ac3 100644
--- a/Documentation/building/unix-instructions.md
+++ b/Documentation/building/unix-instructions.md
@@ -12,9 +12,10 @@ download) so managed components can only be built on a subset of distros.
### Prerequsites (native build)
-The native build produces shims over libc, openssl, libcurl and libz. The build
-system uses CMake (2.8.12 or higher) to generate Makefiles using clang (3.5 or
-higher). The build also uses git for generating some version information.
+The native build produces shims over libc, openssl, gssapi, libcurl and
+libz. The build system uses CMake (2.8.12 or higher) to generate Makefiles using
+clang (3.5 or higher). The build also uses git for generating some version
+information.
For Ubuntu 14.04, the following packages should be installed to build the native
components