-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
Description
At this point, we have multiple choice to what we want to install through zstd, for example:
thread support, lz4 support, xz support, gzip support, pzstd support and so on.
I guess that the best way to handle those supports is via a build system which provides a script that accepts configure options (autotools-based, cmake, etc).
Yes, I saw there is a cmake support, but it can be improved using a CMakeLists.txt file and have a flag for each thing we want to build or not.
It would also help downstream packagers.
Thanks.