Ignore:
Timestamp:
01/22/2022 03:47:00 PM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
lazarus
Children:
179da23c
Parents:
e6974d1
Message:

Upgrade to Lazarus-2.2.0 and simplify instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/qt5pas.xml

    re6974d1 r8163ea8f  
    55  %general-entities;
    66
    7   <!ENTITY qt5pas-download-http "https://github.com/davidbannon/libqt5pas/archive/v&qt5pas-version;/libqt5pas-&qt5pas-version;.tar.gz">
    8   <!ENTITY qt5pas-md5sum        "f2171acbe358e16e7c4344928c53d2c3">
    9   <!ENTITY qt5pas-size          "471.6 KB">
     7  <!-- ENTITY qt5pas-download-http "https://github.com/davidbannon/libqt5pas/archive/v&qt5pas-version;/libqt5pas-&qt5pas-version;.tar.gz" -->
     8
     9  <!--
     10       NOTE:
     11       The url, size, md5sum is exactly same as in Lazarus as Qt5Pas
     12       is included in the Lazarus source package.
     13       It needs to be installed before Lazarus can be built based
     14       on QT.
     15  -->
     16     
     17  <!ENTITY lazarus-download-http "https://downloads.sourceforge.net/project/lazarus/Lazarus Zip _ GZip/Lazarus &lazarus-version;/lazarus-&lazarus-version;-0.tar.gz">
     18  <!ENTITY lazarus-md5sum        "c47680c84192008af1d05aa42b58c1da">
     19  <!ENTITY lazarus-size          "73.2 MB">
    1020  <!ENTITY qt5pas-buildsize     "2.5 MB">
    1121  <!ENTITY qt5pas-time          "7 SBU">
     
    3848      <listitem>
    3949        <para>
    40           Download (HTTP): <ulink url="&qt5pas-download-http;"/>
     50          Download (HTTP): <ulink url="&lazarus-download-http;"/>
    4151        </para>
    4252      </listitem>
    4353      <listitem>
    4454        <para>
    45           Download MD5 sum: &qt5pas-md5sum;
     55          Download MD5 sum: &lazarus-md5sum;
    4656        </para>
    4757      </listitem>
    4858      <listitem>
    4959        <para>
    50           Download size: &qt5pas-size;
     60          Download size: &lazarus-size;
    5161        </para>
    5262      </listitem>
     
    7888
    7989    <para>
    80       Build the package by running the following commands:
     90      The <application>qt5pas</application> package is included in
     91      the <application>Lazarus</application> source package but it
     92      needs to be built before Lazarus can be built with QT as
     93      graphical interface libraries.</para>
     94    <para>There is no need (no way) to specify the installation
     95      target (as usually done by passing --prefix to configure).
     96      Qt5pas will be installed in QT's library directory. Build the
     97      package by running the following commands:
    8198    </para>
    8299
    83 <screen><userinput>cd cbindings &amp;&amp;
     100<screen><userinput>cd lcl/interfaces/qt5/cbindings &amp;&amp;
    84101qmake-qt5 "QT += x11extras" &amp;&amp;
    85102make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.