You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Slávek Banko
8c787c3591
|
3 years ago | |
---|---|---|
.. | ||
BasicDocument.cc | 3 years ago | |
BasicDocument.h | 3 years ago | |
Makefile | 3 years ago | |
Makefile.win32 | 3 years ago | |
README | 3 years ago | |
ResultFetch.cc | 3 years ago | |
ResultFetch.h | 3 years ago | |
TextCollector.cc | 3 years ago | |
TextCollector.h | 3 years ago | |
htsearch.h | 3 years ago | |
libhtdig_api.h | 3 years ago | |
libhtdig_htdig.cc | 3 years ago | |
libhtdig_htfuzzy.cc | 3 years ago | |
libhtdig_htmerge.cc | 3 years ago | |
libhtdig_htsearch.cc | 3 years ago | |
libhtdig_log.cc | 3 years ago | |
libhtdig_log.h | 3 years ago |
README
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