forked from felix-lang/judy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
20 lines (16 loc) · 769 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
=== QUICK INSTALLATION OF JUDY LIBRARY AND MANUAL ENTRIES ===
1. ./configure #NOTE: you must do configure with either
--enable-32-bit or --enable-64-bit
depending on your system. Also note if you
are doing a non-native compile you are
responsiable for setting the appropriate
CFLAGS. See README for more information.
2. make
3. make check
4. make install # NOTE: must be SUPERUSER for make install
# This installs /opt/Judy/* and symlinks to
# files there from /usr/include/, /usr/lib/,
# /usr/share/man/, and /usr/share/doc/Judy/.
(Installation done! The rest is optional but recommended.)
5) man Judy # nroff -man version, or...
6) file:/opt/Judy/usr/share/doc/Judy/Judy_3x.htm # from LOCAL Web browser.