From f4fed2cad709e0910af1aedd7416df213b724748 Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Fri, 19 Jan 2018 18:40:08 +0100 Subject: [PATCH] Updated Set up Build Environment on Linux (markdown) --- Set-up-Build-Environment-on-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Set-up-Build-Environment-on-Linux.md b/Set-up-Build-Environment-on-Linux.md index 0daeb02..bf6a33a 100644 --- a/Set-up-Build-Environment-on-Linux.md +++ b/Set-up-Build-Environment-on-Linux.md @@ -34,7 +34,7 @@ sudo apt install qtbase5-dev qttools5-dev qttools5-dev-tools \ libgcrypt20-dev libargon2-0-dev zlib1g-dev ``` -**Ubuntu 14.04** and **16.04** require newer versions of libgcrypt20-dev, which can be installed from [our Ubuntu PPA](https://launchpad.net/~phoerious/+archive/ubuntu/keepassxc). To avoid clashes with the upstream `libgcrypt20-dev` package, our package is named `libgcrypt20-18` and installs to `/opt/libgcrypt20-18`. You therefore need to set the following environment variables for CMake to find the required libraries: +**Ubuntu 14.04** and **16.04** require newer versions of `libgcrypt20-dev`, which can be installed from [our Ubuntu PPA](https://launchpad.net/~phoerious/+archive/ubuntu/keepassxc). To avoid clashes with the upstream `libgcrypt20-dev` package, our package is named `libgcrypt20-18` and installs to `/opt/libgcrypt20-18`. You therefore need to set the following environment variables for CMake to find the required libraries: ```bash export CMAKE_INCLUDE_PATH="/opt/libgcrypt20-18/include:/opt/gpg-error-127/include"