From 5b706599e9dde7e2707e2cf9d0a073da40064e02 Mon Sep 17 00:00:00 2001 From: Jan Koprowski Date: Tue, 3 Sep 2019 20:26:18 +0200 Subject: [PATCH] Mention pkg-config package in installation instruction Ubuntu distributions does not came with pkg-config by default. OpenSSL package's documentation mention pkg-config as requirement: https://docs.rs/openssl/0.10.24/openssl/#automatic --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a809c39619..cbe91059ed 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ To build Nu, you will need to use the **nightly** version of the compiler. Required dependencies: -* libssl (only needed on Linux) - * on Debian/Ubuntu: `apt install libssl-dev` +* pkg-config and libssl (only needed on Linux) + * on Debian/Ubuntu: `apt install pkg-config libssl-dev` Optional dependencies: