aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.sgml
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2012-06-09 11:30:08 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2012-06-09 11:30:08 +0000
commitf87aa508ace733fdcbd5a14be84a4b4f7d8da43d (patch)
tree345a18d71539447f6b603a81f34364be20c650e7 /index.sgml
parent23570eee8c523510852e96a27f80a5d902ff14c8 (diff)
downloadmandoc-f87aa508ace733fdcbd5a14be84a4b4f7d8da43d.tar.gz
mandoc-f87aa508ace733fdcbd5a14be84a4b4f7d8da43d.tar.zst
mandoc-f87aa508ace733fdcbd5a14be84a4b4f7d8da43d.zip
While I'm rooting around, note that we depend on sqlite3 now, not berkeley.
Diffstat (limited to 'index.sgml')
-rw-r--r--index.sgml14
1 files changed, 6 insertions, 8 deletions
diff --git a/index.sgml b/index.sgml
index 997fd5f6..17807f77 100644
--- a/index.sgml
+++ b/index.sgml
@@ -47,13 +47,11 @@
<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; 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>, <A HREF="whatis.1.html">whatis</A>, <A HREF="man.cgi.7.html">man.cgi</A>,
- and <A HREF="mandocdb.8.html">mandocdb</A> (this is installed by default on BSD UNIX
- systems &mdash; 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>, <B>apropos</B>, and <B>whatis</B> binary names are
- usually taken by existing utilities.
+ <SPAN CLASS="nm">mdocml</SPAN> is in ISO C99 and should build and run on any modern system; however, you'll need <A
+ HREF="http://www.sqlite.org">sqlite3</A> to build <A HREF="apropos.1.html">apropos</A>, <A
+ HREF="whatis.1.html">whatis</A>, <A HREF="man.cgi.7.html">man.cgi</A>, and <A HREF="mandocdb.8.html">mandocdb</A>.
+ To build and install into <I>/usr/local/</I>, just run <CODE>make install</CODE>.
+ Be careful: the <B>preconv</B>, <B>apropos</B>, and <B>whatis</B> binary names are usually taken by existing utilities.
</P>
<H2>
Downstream
@@ -338,7 +336,7 @@
<SMALL>
Copyright &#169; 2008&#8211;2011
<A CLASS="external" HREF="http://kristaps.bsd.lv">Kristaps Dzonsons</A>,
- $Date: 2012/06/09 11:27:38 $
+ $Date: 2012/06/09 11:30:08 $
</SMALL>
</P>
</BODY>