redox/recipes/wip/libs/other/dcmtk/recipe.toml
2025-10-08 14:30:46 -03:00

16 lines
390 B
TOML

#TODO not compiled or tested
# build instructions: https://git.dcmtk.org/?p=dcmtk.git;a=blob;f=INSTALL;h=97087f9a05e65040264d90027912c736958e67f3;hb=HEAD#l667
[source]
tar = "https://dicom.offis.de/download/dcmtk/dcmtk367/dcmtk-3.6.7.tar.gz"
[build]
template = "cmake"
dependencies = [
"libiconv",
"libicu",
"libpng",
"libxml2",
"libtiff",
"zlib",
"openjpeg",
]