diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-10-06 23:15:56 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-10-06 23:15:56 +0000 |
commit | 76a26f934adede9ba92b8dd9f0b09167b0f57021 (patch) | |
tree | 1725fb548fd9bf1cdf18bef34949cff88357a048 /index.sgml | |
parent | 28b8c7d93a48eb69e2ca1deb4cec37648a2d8ddf (diff) | |
download | mandoc-76a26f934adede9ba92b8dd9f0b09167b0f57021.tar.gz |
Make apropos and mandocdb build by default.
Diffstat (limited to 'index.sgml')
-rw-r--r-- | index.sgml | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -52,11 +52,12 @@ <A NAME="sources">Sources</A> </H2> <P> - <SPAN CLASS="nm">mdocml</SPAN> is in plain-old ANSI C and should build and run on any modern system. - To build and install into <I>/usr/local/</I>, just run <CODE>make install</CODE>. - Be aware: if you have an existing groff installation, this may overwrite its <B>preconv</B> binary. - The <A HREF="mandocdb.8.html">mandocdb</A> utility is not yet linked to the build; please <A HREF="#contact">contact - us</A> if you plan to use it. + <SPAN CLASS="nm">mdocml</SPAN> is in plain-old ANSI C and should build and run on any modern system; however, you'll + need <A HREF="http://www.oracle.com/technetwork/database/berkeleydb/overview/index.html">libdb</A> to build <A + HREF="apropos.1.html">apropos</A> and <A HREF="mandocdb.8.html">mandocdb</A> (this is installed by default on BSD UNIX + systems — see the <I>Makefile</I> if you're running Linux). To build and install into <I>/usr/local/</I>, just + run <CODE>make install</CODE>. Be careful: the <B>preconv</B> and <B>apropos</B> binary names are usually taken by + existing utilities. </P> <H2> <A NAME="binaries">Binaries</A> |