From f784a106951df5481c056401cd6a527abc79801e Mon Sep 17 00:00:00 2001 From: baldurk Date: Sat, 24 Feb 2018 11:45:02 +0000 Subject: [PATCH] Remove mention of PKG_CONFIG_PATH, no longer needed * Originally the qrenderdoc python module would use pkg-config to locate the Qt libraries, but there's no longer a Qt dependency for the module. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4a63c78dd..aa5912443 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -136,7 +136,7 @@ This is the apt-get line you'd need to install the requirements bar Qt on Ubuntu sudo apt-get install libx11-dev libx11-xcb-dev mesa-common-dev libgl1-mesa-dev libxcb-keysyms1-dev cmake python3-dev bison autoconf automake libpcre3-dev ``` -Your version of Ubuntu might not include a recent enough Qt version, so you can use [Stephan Binner's ppas](https://launchpad.net/~beineri) to install a more recent version of Qt. At least 5.6.2 is required. If you choose to instead install an [official Qt release](https://download.qt.io/official_releases/qt/) or build Qt from source, add Qt's pkgconfig directory to the `PKG_CONFIG_PATH` environment variable and add `-DQMAKE_QT5_COMMAND=/path/to/qmake` to your cmake arguments. +Your version of Ubuntu might not include a recent enough Qt version, so you can use [Stephan Binner's ppas](https://launchpad.net/~beineri) to install a more recent version of Qt. At least 5.6.2 is required. If you choose to instead install an [official Qt release](https://download.qt.io/official_releases/qt/) or build Qt from source, add `-DQMAKE_QT5_COMMAND=/path/to/qmake` to your cmake arguments. For Archlinux (as of 2017.04.18) you'll need: