File: INSTALL

package info (click to toggle)
lbdb 0.38
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 744 kB
  • sloc: sh: 3,588; ansic: 1,578; lisp: 265; perl: 258; makefile: 203; objc: 50
file content (21 lines) | stat: -rw-r--r-- 636 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Installation notes
------------------

To install the Little Brother's database, type:

	./configure
	make install

Note that this will put quite a few auxiliary files into
/usr/local/lib.  You may want to put lbdb into a separate directory
hierarchy such as /usr/local/lbdb (use the --prefix switch), or you
may want to give it a different libdir, such as /usr/local/lib/lbdb
(use the --libdir switch).

You need to have the Palm::PDB and Palm::Address Perl modules
installed to use the m_palm module.

You need to have the Net::LDAP Perl module installed to use the m_ldap
module.

$Id: INSTALL,v 1.3 2001-02-22 15:06:10 roland Exp $