Opened 7 years ago
Closed 6 years ago
#556 closed enhancement (fixed)
GDAL build: enable ZSTD
Reported by: | rouault | Owned by: | |
---|---|---|---|
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 , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 7 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
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.