Changes in / [d09f950:3619a7bb]


Ignore:
Files:
4 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    rd09f950 r3619a7bb  
    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>
    236222
    237223    <para>
  • general/prog/prog.xml

    rd09f950 r3619a7bb  
    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 
    7570</chapter>
  • packages.ent

    rd09f950 r3619a7bb  
    397397<!ENTITY openjdk-version              "16.0.2">
    398398<!ENTITY openjdk-build                "7">
    399 
    400 <!--
    401 The version of the binary package may differ from the
    402 source version. Currently as time of creation of this page,
    403 3.2.0 is used but there are also 3.2.2 packages available.
    404 When 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">
    411399
    412400<!-- Perl module versions used in the Perl Modules instructions
Note: See TracChangeset for help on using the changeset viewer.