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
Thu, 14 Aug 2025 05:26:50 GMT