Changeset 99b9616
- Timestamp:
- 08/12/2013 09:38:43 AM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9a87f2b
- Parents:
- 7d4a6df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/lib/qt5.xml
r7d4a6df r99b9616 151 151 <screen><userinput>patch -Np1 -i ../qt-&qt5-version;-bison_fixes-1.patch && 152 152 153 ./configure -prefix 154 -sysconfdir /etc/xdg\155 -bindir 156 -headerdir /usr/include/qt5\157 -archdatadir /usr/lib/qt5\158 -datadir /usr/share/qt5\159 -docdir 153 ./configure -prefix /usr \ 154 -sysconfdir /etc/xdg \ 155 -bindir /usr/lib/qt5/bin \ 156 -headerdir /usr/include/qt5 \ 157 -archdatadir /usr/lib/qt5 \ 158 -datadir /usr/share/qt5 \ 159 -docdir /usr/share/doc/qt5 \ 160 160 -translationdir /usr/share/qt5/translations \ 161 -examplesdir /usr/share/doc/qt5/examples\161 -examplesdir /usr/share/doc/qt5/examples \ 162 162 -confirm-license \ 163 163 -opensource \ … … 225 225 <title>Alternate Qt Installation Instructions</title> 226 226 227 <para>This section provides an alternate way to install Qt by installing 228 almost all of the files in the <filename class='directory'>/opt</filename> 229 directory. This allows management of all Qt related files in one unit. 230 For instance, a new version of Qt5 can be installed without over-writing 231 the existing installation and entire Qt5 instances can be easily removed. 232 However, it has the disadvantage of needing some extra configuration.</para> 227 <para> 228 This section provides an alternate way to install Qt by installing 229 almost all of the files in the <filename class="directory">/opt</filename> 230 directory. This allows management of all Qt related files in one unit. 231 For instance, a new version of Qt5 can be installed without over-writing 232 the existing installation and entire Qt5 instances can be easily removed. 233 However, it has the disadvantage of needing some extra configuration. 234 </para> 233 235 234 236 <screen><userinput>patch -Np1 -i ../qt-&qt5-version;-bison_fixes-1.patch && … … 284 286 </para> 285 287 286 <screen role="root"><userinput>ln -svf $QT5DIR /opt/qt5 288 <screen role="root"><userinput>ln -svf $QT5DIR /opt/qt5 && 287 289 288 290 for file in /opt/qt5/bin/*; do … … 290 292 done</userinput></screen> 291 293 292 <para>At this point is is useful to add some configuration items as 293 the <systemitem class="username">root</systemitem> user:</para> 294 <para> 295 At this point is is useful to add some configuration items as 296 the <systemitem class="username">root</systemitem> user: 297 </para> 294 298 295 299 <screen role="root"><userinput>echo /opt/qt5 >> /etc/ld.so.conf &&
Note:
See TracChangeset
for help on using the changeset viewer.