Commit fbfcb588 authored by Bryant Mairs's avatar Bryant Mairs
Browse files

Add directions for compilation failing on Fedora.

parent 6b42d57b
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment