2
0
forked from Ivasoft/DSView

Add directions for compilation failing on Fedora.

This commit is contained in:
Bryant Mairs
2016-03-28 20:51:27 -07:00
parent 6b42d57bc7
commit fbfcb58848

View File

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