Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

ExternalProject Minizip not working #13

@leek2

Description

@leek2

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions