Open GoogleCodeExporter opened 9 years ago
I just realized that another piece needed. The above will create the libkml.pc
file,
but it will never get installed when a 'make install' command is given. To do
that,
add the following to the appropriate Makefile.am (maybe
src/kml/base/Makefile.am):
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libkml.pc
Original comment by geoff.la...@gmail.com
on 20 Apr 2010 at 7:54
I made rpm package of libkml-1.2.0 for Fedora 13 x86_64 with your suggestion.
But "appropriate Makefile.am" is ./Makefile.am
You can download packages from
http://wiki.gospogied.lezajsk.pl/doku.php?id=komputery:linux:nawigacja:libkml
Original comment by killer.1...@gmail.com
on 17 Aug 2010 at 9:42
Original issue reported on code.google.com by
geoff.la...@gmail.com
on 20 Apr 2010 at 5:20