File: INSTALL

package info (click to toggle)
libtabe 0.2.6-1.2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 5,576 kB
  • ctags: 1,777
  • sloc: ansic: 17,458; sh: 9,848; makefile: 273
file content (34 lines) | stat: -rw-r--r-- 886 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
You should have Berkeley DB library verion 2 or newer to install the tabe library.
The Berkeley DB is available in

	http://www.sleepycat.com

To install, please follow these steps:

1. configure: which can accept the following options 
   (see "configure --help" for details):

   --prefix=<PATH>	set the installation prefix.

   --x-includes=<PATH>	set the X-Window include path.

   --x-libraries=<PATH>	set the X-Window library path.

   --enable-debug	enable the debug option.

   --enable-shared	also compile the shared libraries.

   --enable-merge-db	merge the original db files with the new version.

   --with-db-inc=<PATH>	set the Berkeley DB include path.

   --with-db-lib=<PATH>	set the Berkeley DB library path.

   --with-db-name=<NAME> set the Berkeley DB library name. (for -l<NAME>)

   --with-db-bin=<PATH>	set the Berkeley DB binary path.

2. make; make install