Changeset f6cb8408


Ignore:
Timestamp:
08/27/2024 07:42:51 PM (7 weeks ago)
Author:
Thomas Trepl <thomas@…>
Branches:
lazarus
Children:
b24635c
Parents:
53d0e62a
Message:

Work-in-progress: Redo install instructions

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/lazarus.xml

    r53d0e62a rf6cb8408  
    150150mv /usr/share/lazarus/docs /usr/share/doc/lazarus
    151151
     152<!-- move /usr/share/lazarus to appear as /usr/lib/lazarus -->
    152153mv /usr/share/lazarus /usr/lib/
    153 for L in $(find /usr/bin -type l); do
    154     ln -svf "$(readlink $L | sed 's@/share/@/lib/@')" "$L"
     154for L in laz{arus-ide,build} startlazarus; do
     155    ln -svf ../lib/lazarus/$L /usr/bin/$L
     156done
     157for L in lazres lrstolfm updatepofiles; do
     158    ln -svf ../lib/lazarus/tools/$L /usr/bin/$L
    155159done
    156160
  • general/prog/qt6pas.xml

    r53d0e62a rf6cb8408  
    1414       on QT.
    1515  -->
    16      
     16
    1717  <!ENTITY lazarus-download-http "https://downloads.sourceforge.net/project/lazarus/Lazarus Zip _ GZip/Lazarus &lazarus-version;/lazarus-&lazarus-version;-0.tar.gz">
    1818  <!ENTITY lazarus-md5sum        "&lazarus-chksum;">
     
    9090    <para>There is no need (no way) to specify the installation
    9191      target (as usually done by passing --prefix to configure).
    92       Qt5pas will be installed in QT's library directory. Build the
     92      Qt6pas will be installed in QT's library directory. Build the
    9393      package by running the following commands:
    9494    </para>
    9595
    9696<screen><userinput>cd lcl/interfaces/qt6/cbindings &amp;&amp;
    97 qmake-qt6 "QT += x11extras" &amp;&amp;
     97qmake6 "QT += x11extras" &amp;&amp;
    9898make</userinput></screen>
    9999
Note: See TracChangeset for help on using the changeset viewer.