Changeset aa9c0853 for kde/polkit-qt.xml
- Timestamp:
- 03/24/2017 05:33:16 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 2eb903f
- Parents:
- 0acce93
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/polkit-qt.xml
r0acce93 raa9c0853 82 82 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 83 83 -DCMAKE_BUILD_TYPE=Release \ 84 -DCMAKE_INSTALL_LIBDIR=lib \85 84 -Wno-dev .. && 86 85 make</userinput></screen> … … 102 101 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used 103 102 to apply higher level of the compiler optimizations. 104 </para>105 106 <para>107 <parameter>-DCMAKE_INSTALL_LIBDIR=lib</parameter>: This switch is108 used to get libraries to install to <filename109 class="directory">$KF5_PREFIX/lib</filename> instead of <filename110 class="directory">$KF5_PREFIX/lib64</filename> on a 64 bit system.111 103 </para> 112 104
Note:
See TracChangeset
for help on using the changeset viewer.