You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 27, 2022. It is now read-only.
I'm trying to build libKML on Red Hat Enterprise Linux 7.3, there doesn't seem to be an rpm available for it.
Anyway, the build attempts to automatically download and build minizip 1.3.0 from http://sourceforge.net/projects/libkml-files/files/1.3.0/minizip.tar.gz/download, but it doesn't work for me.
I had to change Cmake to use wget instead of curl, so that might be why it doesn't work, but I think it's because the minizip.tar.gz file on the server is not actually gzipped. It's only tarred. So:
tar zxvf doesn't work.
tar xvf does.
I'm trying to build libKML on Red Hat Enterprise Linux 7.3, there doesn't seem to be an rpm available for it.
Anyway, the build attempts to automatically download and build minizip 1.3.0 from http://sourceforge.net/projects/libkml-files/files/1.3.0/minizip.tar.gz/download, but it doesn't work for me.
I had to change Cmake to use wget instead of curl, so that might be why it doesn't work, but I think it's because the minizip.tar.gz file on the server is not actually gzipped. It's only tarred. So:
tar zxvf doesn't work.
tar xvf does.
So the extension is wrong.