Microtelecom / libperseus-sdr

Perseus Software Defined Radio Control Library for Linux
http://microtelecom.it/perseus/
GNU Lesser General Public License v3.0
16 stars 7 forks source link

libperseus-sdr.pc not copied when make install #13

Open nmaster2042 opened 1 year ago

nmaster2042 commented 1 year ago

When I build from source, the pc file is generated but not copied on the system.

So pkg-config can't find libperseus-sdr, for ex when using cmake.

For now, to solve this I have to do it manually:

$ sudo cp libperseus-sdr.pc /usr/local/lib/pkgconfig