Changeset 91a72fe for general/genlib


Ignore:
Timestamp:
11/21/2023 02:08:05 AM (6 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
2860348
Parents:
41640d4
Message:

Add instructions to create/install libuv man page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libuv.xml

    r41640d4 r91a72fe  
    6666      </listitem>
    6767    </itemizedlist>
     68
     69    <bridgehead renderas="sect3">libuv Dependencies</bridgehead>
    6870<!--
    69     <bridgehead renderas="sect3">libuv Dependencies</bridgehead>
    70 
    7171    <bridgehead renderas="sect4">Required</bridgehead>
    7272    <para role="required">
    7373      <xref linkend="???"/>
    7474    </para>
    75 
     75-->
    7676    <bridgehead renderas="sect4">Optional</bridgehead>
    7777    <para role="optional">
    78       <xref linkend="???"/>
     78      <xref linkend="sphinx"/>
    7979    </para>
    80 -->
     80
    8181  </sect2>
    8282
     
    113113./configure --prefix=/usr --disable-static &amp;&amp;
    114114make </userinput></screen>
    115 <!--
     115
    116116    <para>
    117       If you want to run the tests, add -DBUILD_TESTING=true to
    118       the cmake line above and after building run:
    119       <command>make test</command>.
     117      If you installed the optional <xref linkend="sphinx"/> python module,
     118      create the man page:
    120119    </para>
    121 -->
     120
     121<screen><userinput>make man -C docs</userinput></screen>
     122
    122123    <para>
    123124      If you want to run the tests, run: <command>make check</command> as
    124125      a non-root user. <!-- the test suite refuses to run as root -->
    125126    </para>
     127
    126128    <para>
    127       Now, as the <systemitem class="username">root</systemitem> user:
     129      Now, as the &root; user:
    128130    </para>
    129131
    130132<screen role="root"><userinput>make install</userinput></screen>
     133 
     134    <para>
     135      If you built the man page, install it  as the &root; user:
     136    </para>
     137   
     138<screen role="root"><userinput>install -Dm644 docs/build/man/libuv.1 /usr/share/man/man1</userinput></screen>
    131139
    132140  </sect2>
Note: See TracChangeset for help on using the changeset viewer.