Skip to content

Commit

Permalink
Added basic installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Apr 22, 2015
1 parent 997dbb3 commit 34d46b0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,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.

0 comments on commit 34d46b0

Please sign in to comment.