Ignore:
Timestamp:
02/03/2024 10:28:54 PM (9 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
lazarus
Children:
dcf65db3
Parents:
167c050
Message:

Merge trunk & upgrade to Lazarus-3.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/lazarus.xml

    r167c050 re734f29  
    1111  -->
    1212  <!ENTITY lazarus-download-http "https://downloads.sourceforge.net/project/lazarus/Lazarus Zip _ GZip/Lazarus &lazarus-version;/lazarus-&lazarus-version;-0.tar.gz">
    13   <!ENTITY lazarus-md5sum        "51ca9d8351c368d8c3f7e89734fc17f1">
    14   <!ENTITY lazarus-size          "74.7 MB">
     13  <!ENTITY lazarus-md5sum        "d4130b835451e3a61df3a9d9603e8063">
     14  <!ENTITY lazarus-size          "83.4 MB">
    1515  <!ENTITY lazarus-buildsize     "817.2 MB">
    1616  <!ENTITY lazarus-time          "1.5 SBU">
     
    7171      <xref linkend="fpc"/>, and one of
    7272      <xref linkend="qt5"/> and <xref linkend="qt5pas"/> for QT based IDE, or
    73       <xref linkend="gtk2"/> for Gtk2 based IDE
     73      <xref linkend="gtk3"/> for Gtk3 based IDE
    7474    </para>
    7575<!--
     
    8989
    9090<!--
    91   Looks like that even both versions (gtk2, qt5) can be on one machine
     91  Looks like that even both versions (gtk3, qt5) can be on one machine
    9292  when the binaries 'lazarus' and 'startlazarus' are moved to
    93     lazarus      -> lazarus-gtk2
    94     startlazarus -> startlazarus-gtk2
     93    lazarus      -> lazarus-gtk3
     94    startlazarus -> startlazarus-gtk3
    9595  and after building the QT5 variant
    9696    lazarus      -> lazarus-qt5
     
    103103    <para>
    104104      If you want to build <application>Lazarus</application> with
    105       the gtk2 toolkit, build the package by running the following
     105      the gtk3 toolkit, build the package by running the following
    106106      commands, otherwise skip the following instructions and proceed
    107107      to the instructions to build the QT5 based variant below.
    108108    </para>
    109109
    110 <screen><userinput>make -j1 FPC=/usr/bin/fpc LCL_PLATFORM=gtk2 bigide</userinput></screen>
     110<screen><userinput>make -j1 FPC=/usr/bin/fpc LCL_PLATFORM=gtk3 bigide</userinput></screen>
    111111
    112112    <para>
    113       If you have built the gtk2 variant, skip the QT5 section and
     113      If you have built the gtk3 variant, skip the QT5 section and
    114114      proceed to the installation. Otherwise
    115115      <application>Lazarus</application> is built using the
Note: See TracChangeset for help on using the changeset viewer.