Ignore:
Timestamp:
09/23/2021 10:43:42 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
lazarus
Children:
00cbc797
Parents:
679dc07
Message:

Add qt5pas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    r679dc07 r904df6ec  
    220220
    221221<screen role="root"><userinput>make -C gdb install</userinput></screen>
     222
     223    <para>
     224      If its 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>
    222236
    223237    <para>
Note: See TracChangeset for help on using the changeset viewer.