Ignore:
Timestamp:
05/12/2024 01:01:04 PM (4 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
lazarus
Children:
de61ab1
Parents:
a722d59
Message:

1) Textual changes
2) Let QT5 go...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/fpc.xml

    ra722d59 r7d55a6a  
    191191      </para>
    192192      <para>
    193         Even a temporary binary compiler must be installed prior to
    194         compile the compiler from the source, it is assumed that the
    195         <application>FreePascal</application> sources has been
    196         extracted and the current directory has been changed to it just
    197         like as usual.
     193        A temporary binary compiler must be installed prior to
     194        compile the compiler from the source. It is assumed that
     195        the <application>FreePascal</application> sources has been
     196        extracted and the current directory has been changed to it
     197        just like as usual.
    198198      </para>
    199199      <para>
     
    339339    <para>
    340340      If you are going to use QT (most likely when building Lazarus
    341       with the QT library), add the QT library path to the config as the
    342       <systemitem class="username">root</systemitem> user:
     341      with the QT library), make sure QT6DIR ist set prior to running
     342      the following command. Add the QT library path to the config as
     343      the <systemitem class="username">root</systemitem> user:
    343344    </para>
    344345   
    345 <screen role="root"><userinput>sed -e "/^-Fl\/usr\/lib\/fpc/a -Fl/opt/qt5/lib" \
     346<screen role="root"><userinput>sed -e "/^-Fl\/usr\/lib\/fpc/a -Fl&qt6-dir;/lib" \
    346347    -i /etc/fpc.cfg</userinput></screen>
    347348
Note: See TracChangeset for help on using the changeset viewer.