From 515587095ff4cfdd1d5ca7e77a61a13027c477af Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 9 Jun 2012 11:30:08 +0000 Subject: While I'm rooting around, note that we depend on sqlite3 now, not berkeley. --- index.sgml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/index.sgml b/index.sgml index 706027ff..92ef18da 100644 --- a/index.sgml +++ b/index.sgml @@ -47,13 +47,11 @@ Sources

- mdocml is in plain-old ANSI C and should build and run on any modern system; however, you'll - need libdb to build apropos, whatis, man.cgi, - and mandocdb (this is installed by default on BSD UNIX - systems — see the Makefile if you're running Linux). To build and install into /usr/local/, just - run make install. Be careful: the preconv, apropos, and whatis binary names are - usually taken by existing utilities. + mdocml is in ISO C99 and should build and run on any modern system; however, you'll need sqlite3 to build apropos, whatis, man.cgi, and mandocdb. + To build and install into /usr/local/, just run make install. + Be careful: the preconv, apropos, and whatis binary names are usually taken by existing utilities.

Downstream -- cgit