2
0
forked from Ivasoft/DSView

Merge pull request #78 from Susurrus/master

Improve build instructions for Fedora
This commit is contained in:
DreamSourceLab
2016-08-10 17:26:29 +08:00
committed by GitHub

View File

@@ -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