Alien-libmaxminddb
view release on metacpan or search on metacpan
maxminddb/README.md view on Meta::CPAN
work.
```bash
cmake -B build
cd build/
cmake --build .
ctest -V .
cmake --build . --target install
```
When building with Visual Studio, you may build a multithreaded (MT/MTd)
runtime library, using the `MSVC_STATIC_RUNTIME` setting:
```bash
cmake -DMSVC_STATIC_RUNTIME=ON -DBUILD_SHARED_LIBS=OFF ..
```
We also include a CMake `uninstall` target:
```bash
cmake --build . --target uninstall
( run in 0.291 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )