From 67ec5fba3a0d98c71da21346603d62e4c4267c2c Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Mon, 28 Mar 2016 20:50:45 -0700 Subject: [PATCH 1/3] Correct improper package name for Fedora. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 1ac01f09..4156b993 100644 --- a/INSTALL +++ b/INSTALL @@ -33,7 +33,7 @@ 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 From 6b42d57bc78d39606ecb77d3f62edd412e06b8eb Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Mon, 28 Mar 2016 20:51:01 -0700 Subject: [PATCH 2/3] Add missing package dependency. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 4156b993..5c43f660 100644 --- a/INSTALL +++ b/INSTALL @@ -35,7 +35,7 @@ please check your respective distro's package manager tool if you use other dist Debian/Ubuntu: $ 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 \ From fbfcb58848fbd95eebcdb10879f50d1319e7604d Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Mon, 28 Mar 2016 20:51:27 -0700 Subject: [PATCH 3/3] 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