File: INSTALL

package info (click to toggle)
lbdb 0.57-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,264 kB
  • sloc: sh: 7,550; ansic: 1,779; perl: 381; lisp: 265; makefile: 226; objc: 44
file content (21 lines) | stat: -rw-r--r-- 612 bytes parent folder | download | duplicates (2)
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
	make test
	make install

Note that this will put quite a few auxiliary files into
/usr/local/libexec.  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/libexec/lbdb
(use the --libexecdir 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.