You are not logged in.
Pages: 1
Hi!
I'm surprised I don't see a pkg-config for the library gtkmm 3.
I don't know how to know if a package has it's pkg-config or not.
Do you know?
Thanks.
Last edited by Creak (2013-10-27 13:06:00)
Offline
What?
$ pkgfile -l gtkmm3 | grep "pc$"
extra/gtkmm3 /usr/lib/pkgconfig/gdkmm-3.0.pc
extra/gtkmm3 /usr/lib/pkgconfig/gtkmm-3.0.pc
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Ok I found it, sorry...
In the man I saw that there was also the path /usr/lib/pkgconfig.
Here I saw that the package name was gtkmm-3.0
Offline
If it's installed, `pacman -Ql <pkgname> | grep <something>` can also be handy.
Last edited by Trilby (2013-10-27 13:06:45)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
@Tribly: I don't know really well what pkgfile can do... Apparently it'd be a good idea to learn a bit more about it
What's the difference between pkgfile and pacman -Q ??
Last edited by Creak (2013-10-27 13:08:37)
Offline
Pages: 1