Opened 6 years ago

Closed 5 years ago

#556 closed enhancement (fixed)

GDAL build: enable ZSTD

Reported by: rouault Owned by: osgeo4w-dev@…
Priority: major Component: Package
Version: Keywords: gdal
Cc:

Description

GDAL trunk now supports ZSTD compression with GeoTIFF

Relevant options in nmake.opt:

# Uncomment for ZSTD TIFF support
#ZSTD_CFLAGS = -IC:/install-zstd/include
#ZSTD_LIBS = C:/install-zstd/lib/libzstd.lib

Change History (3)

comment:1 by jef, 6 years ago

Resolution: fixed
Status: newclosed

comment:2 by AndreJoost, 6 years ago

Resolution: fixed
Status: closedreopened

gdal-dev now fails with any command if zstd.lib is not installed.

So I suggest to add zstd as a dependency for the gdal-dev package.

comment:3 by jef, 5 years ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.