mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
Added documentation installation to the libevent package
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11053 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
66b86c906d
commit
101030dbe7
@ -98,6 +98,11 @@
|
||||
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
If you have <xref linkend="doxygen"/> installed and wish to build API
|
||||
documentation, issue <command>doxygen Doxyfile</command>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make check</command>.
|
||||
</para>
|
||||
@ -107,6 +112,15 @@ make</userinput></screen>
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
<para>
|
||||
If you built the API documentation, install it by issuing the following
|
||||
commands as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libevent-&libevent-version;/api &&
|
||||
cp -v -R doxygen/html/* \
|
||||
/usr/share/doc/libevent-&libevent-version;/api</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
|
Loading…
Reference in New Issue
Block a user