diff --git a/INSTALL b/INSTALL index 1ac01f09..e3ff4ce0 100644 --- a/INSTALL +++ b/INSTALL @@ -33,9 +33,9 @@ Step1: Installing the requirements: please check your respective distro's package manager tool if you use other distros Debian/Ubuntu: - $ sudo apt-get install git-core gcc g++ make cmake autoconf automake libtool pkg-config \ + $ sudo apt-get install git-core gcc gcc-c++ make cmake autoconf automake libtool pkg-config \ libglib2.0-dev libzip-dev libudev-dev libusb-1.0-0-dev \ - python3-dev qt5-default libboost-dev libboost-test-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev check + python3-dev qt5-default libboost-dev libboost-test-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev check qt5-qtbase-devel Fedora (18, 19): $ sudo yum install git gcc g++ make cmake autoconf automake libtool pkgconfig glib2-devel \ @@ -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