File: INSTALL

package info (click to toggle)
libtabe 0.1.8-0.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 5,156 kB
  • ctags: 14,763
  • sloc: ansic: 41,709; sh: 1,759; makefile: 372
file content (31 lines) | stat: -rw-r--r-- 796 bytes parent folder | download
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
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.

2. make; make install