blob: 99591a2c0d3274e9c0005102dd07cbc23140b832 (
plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
|
Neal Richter
10/6/2002
How to use this:
--------------------------
Building htdig:
unzip the tarball
cd inside of the tarball root directory
./configure' with any parameters needed
---------------------------
Building libhtdig:
cd libhtdig
make
--------------------------
Building libhtdigphp:
cd libhtdigphp
./configure
make
./relink
Note: The relink script uses the PHP wrapper objects as well as all the object
in libhtdig to create a one-piece sharded library
---------------------------
note that the libhtdig_xxxx.cc take the place of the various utilities 'main'
functions. Please look through them and compare to see if changes need to be
synced in.
---------------------------
This should make you a libhtdig.so.XXXX Copy the latest libhtdig_api.h to a
place that you might need it.
link against libhtdig.so.XXXXX
|