File: INSTALL

package info (click to toggle)
libtabe 0.2.5%2Bcvs20030523-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,480 kB
  • ctags: 1,790
  • sloc: ansic: 17,444; sh: 9,781; makefile: 342
file content (33 lines) | stat: -rw-r--r-- 855 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
22
23
24
25
26
27
28
29
30
31
32
33
You should have Berkeley DB 2 library to install the tabe library.
The Berkeley DB 2 is available in

	http://www.sleepycat.com
	ftp://xcin.linux.org.tw/pub/xcin/misc/db-2.7.4.tar.gz

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-dbinc=<PATH>	set the Berkeley DB 2 include path.

   --with-dblib=<PATH>	set the Berkeley DB 2 library path.

   --with-dbbin=<PATH>	set the Berkeley DB 2 binary path.

2. make; make install