Changes in / [b22e4ceb:3343c4c]


Ignore:
Files:
4 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    rb22e4ceb r3343c4c  
    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>
    238224      If you have built the API documentation, it is now in gdb/doc/doxy.
    239225      You can install it (as the <systemitem class="username">root</systemitem>
     
    280266        <seg>
    281267          <!--libinproctrace.so-->
    282           libgdb.a (if choosen to build it)
     268          None
    283269        </seg>
    284270        <seg>
  • general/prog/prog.xml

    rb22e4ceb r3343c4c  
    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

    rb22e4ceb r3343c4c  
    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.