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