Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    rf863fd7d r85d9842  
    222222
    223223    <para>
     224      If it is planned to install packages which might need a static
     225      GDB library (for instance <xref linkend="fpc"/>) create the
     226      library by executing:
     227    </para>
     228
     229<screen><userinput>make -C gdb libgdb.a</userinput></screen>
     230
     231    <para>
     232      Install the library as the <systemitem class="username">root</systemitem> user:
     233    </para>
     234
     235<screen role="root"><userinput>install -v -m644 gdb/libgdb.a /usr/lib/</userinput></screen>
     236
     237    <para>
    224238      If you have built the API documentation, it is now in gdb/doc/doxy.
    225239      You can install it (as the <systemitem class="username">root</systemitem>
     
    266280        <seg>
    267281          <!--libinproctrace.so-->
    268           None
     282          libgdb.a (if choosen to build it)
    269283        </seg>
    270284        <seg>
Note: See TracChangeset for help on using the changeset viewer.