External links
cd src/ && latest_tag=$(git ls-remote --tags https://github.com/erthink/libmdbx/ "v*" | grep -v '\^{}' | awk -F/ '{print $3}' | sort -V | tail -n 1) && git clone --depth 1 --branch "$latest_tag" https://github.com/erthink/libmdbx/ && cd libmdbx && cmake . && make lib-static
mdbx
MIT License
Sun, 07 Sep 2025 04:13:16 GMT