File: INSTALL

package info (click to toggle)
lmdbxx 0.9.14.1%2Bgit20160229.0b43ca8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 320 kB
  • sloc: cpp: 1,054; makefile: 68; xml: 17
file content (13 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
To install lmdb++, just copy the "lmdb++.h" header file to a location of
your choosing. To make it available system-wide, you'd normally copy it to
/usr/local/include. Alternatively, you can embed it directly in your
project.

If you have `make', a Makefile is provided to facilitate installation:

    make install

    make uninstall

To facilitate packaging, the Makefile rules honor the DESTDIR and PREFIX
variables, in case values are provided for those.