glfs/content/databases/db/db-inst.xml

12 lines
320 B
XML
Raw Normal View History

<sect2>
<title>Installation of db</title>
<para>Install db by running the following commands:</para>
<para><screen><userinput>cd build_unix &amp;&amp;
../dist/configure --prefix=/usr --enable-compat185 &amp;&amp;
make &amp;&amp;
make docdir=/usr/share/doc/db-&db-version; install</userinput></screen></para>
</sect2>