ebiggers / libdeflate

Heavily optimized library for DEFLATE/zlib/gzip compression and decompression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature request: meson build system

vtorri opened this issue · comments

Makefile is nice and fast, but meson can handle options in an easier nice syntax close to python (far far better than cmake). It is also very fast

do you agree of such build system ? I can do a PR if you want

meson can handle options in an easier nice syntax close to python

And https://muon.build too.

It is also very fast

muon even faster. :)

@data-man interesting, muon+samourai == build system in C :-)

There have been a lot more requests for CMake, including an existing partially-complete pull request (#101), so that's the one I'd probably go with if I were to change to a different build system.

Closing, as I'm going with CMake instead.