Skip to content

Commit

Permalink
Some clarifications about --with-gdbm switch
Browse files Browse the repository at this point in the history
  • Loading branch information
vasiljevic committed Jul 28, 2005
1 parent 1474a8e commit c8f68c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions unix/README
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,10 @@ other supporting libraries. Currently, there is a simple implementation
of shared variable persistency built atop of popular GNU Gdbm package.
You can obtain the latest version of the Gdbm package from the GNU
website at: http://www.gnu.org/software/gdbm/gdbm.html
To compile with GNU Gdbm support you must configure with --with-gdbm
switch. This option, if used, will try to locate the Gdbm library on
your system at couple of standard locations. You might override this
behaviour by giving --with-gdbm=/some/dir. Note that both library file
and the include file must then reside in this directory.

-EOF-

0 comments on commit c8f68c6

Please sign in to comment.