Version:
Usage
Install the latest lmdb package with the following command:
meson wrap install lmdbOr, download the wrap file directly fromthis linkand place it in the 'subprojects' directory of your project.
Libraries (or programs) from lmdb 0.9.33-1 can be used by adding the following lines to your meson.build file:
lmdb_dep = dependency('lmdb')
mdb_stat_prog = find_program('mdb_stat')
mdb_copy_prog = find_program('mdb_copy')
mdb_dump_prog = find_program('mdb_dump')
mdb_load_prog = find_program('mdb_load')Project Options
Loading patch files...
Patch Files Preview
Loading patch files...