Changes in / [3343c4c:b22e4ceb]


Ignore:
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    r3343c4c rb22e4ceb  
    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>
  • general/prog/prog.xml

    r3343c4c rb22e4ceb  
    6868  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="apache-ant.xml"/>
    6969
     70  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-fpc.xml"/>
     71  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fpc.xml"/>
     72  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qt5pas.xml"/>
     73  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lazarus.xml"/>
     74
    7075</chapter>
  • packages.ent

    r3343c4c rb22e4ceb  
    397397<!ENTITY openjdk-version              "16.0.2">
    398398<!ENTITY openjdk-build                "7">
     399
     400<!--
     401The version of the binary package may differ from the
     402source version. Currently as time of creation of this page,
     4033.2.0 is used but there are also 3.2.2 packages available.
     404When settled, we should try to upgrade the bin-version.
     405-->
     406<!ENTITY freepascal-version           "3.2.2">
     407<!-- ENTITY freepascal-bin-version       "&freepascal-version;" -->
     408<!ENTITY freepascal-bin-version       "3.2.0">
     409<!ENTITY qt5pas-version               "1.2.9">
     410<!ENTITY lazarus-version              "2.0.12">
    399411
    400412<!-- Perl module versions used in the Perl Modules instructions
Note: See TracChangeset for help on using the changeset viewer.