Changeset cbdad90b for general/genlib


Ignore:
Timestamp:
11/12/2014 07:57:23 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8c9a5b9
Parents:
53da153
Message:

Make man pages for qca and libreoffice accessible

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14890 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/qca.xml

    r53da153 rcbdad90b  
    9898cd    build &amp;&amp;
    9999
    100 cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; \
    101       -DCMAKE_BUILD_TYPE=Release     \
    102       -DQT4_BUILD=ON                 \
    103       ..                             &amp;&amp;
     100cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir;            \
     101      -DCMAKE_BUILD_TYPE=Release                \
     102      -DQT4_BUILD=ON                            \
     103      -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man \
     104      ..                                        &amp;&amp;
    104105
    105106make</userinput></screen>
     
    121122    <para><parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
    122123    used to force building with Qt4 even if Qt5 is found.</para>
     124
     125    <para><parameter>-DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man</parameter>:
     126    Install the qca man page in the normal location.</para>
    123127
    124128  </sect2>
Note: See TracChangeset for help on using the changeset viewer.