From fbfcb58848fbd95eebcdb10879f50d1319e7604d Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Mon, 28 Mar 2016 20:51:27 -0700 Subject: [PATCH] Add directions for compilation failing on Fedora. --- INSTALL | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL b/INSTALL index 5c43f660..e3ff4ce0 100644 --- a/INSTALL +++ b/INSTALL @@ -70,6 +70,9 @@ Step3: Building $ cd DSView $ cmake . + + If this step fails, make sure that your pkg-config is properly configured to find the libsigrok and libsigrokdecode libraries (It's not by default in Fedora 23). To do this add "export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig" to your ~/.bashrc and reload it `. ~/.bashrc`. + $ make $ sudo make install