Changeset e8a29f69
- Timestamp:
- 04/19/2005 03:38:30 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
- 2bd903b
- Parents:
- 14db7cc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/lib/qt.xml
r14db7cc re8a29f69 107 107 This is the method that most commercial distributions use.</para> 108 108 109 <screen><userinput><command>sed -i -e 's:cp -f:install: 109 <screen><userinput><command>sed -i -e 's:cp -f:install:' \ 110 110 -e 's:$(QTDIR)/include:&/qt:' \ 111 111 -e 's:$(QTDIR)/lib:&/qt:' \ … … 121 121 -system-libjpeg -system-libpng && 122 122 find -type f -name Makefile | xargs sed -i "s@-Wl,-rpath,/usr/lib@@g" && 123 make &&</command></userinput></screen>123 make</command></userinput></screen> 124 124 125 125 <para>Now, as the root user:</para> … … 130 130 install -m755 -oroot -groot qmake/qmake /usr/bin && 131 131 cp -r doc/man /usr/share && 132 cp -r examples /usr/share/doc/qt &&</command></userinput></screen>133 134 <para>And finally back as regular user:</para>132 cp -r examples /usr/share/doc/qt</command></userinput></screen> 133 134 <para>And finally back as the regular user:</para> 135 135 <screen><userinput><command>exit</command></userinput></screen> 136 136 … … 170 170 cp -r examples /opt/qt/doc</command></userinput></screen> 171 171 172 <para>And finally back as regular user:</para>172 <para>And finally back as the regular user:</para> 173 173 <screen><userinput><command>exit</command></userinput></screen> 174 174 … … 185 185 <title>Command explanations</title> 186 186 187 <para><command>sed -i -e 's:cp -f:install: 187 <para><command>sed -i -e 's:cp -f:install:' 188 188 -e 's:$(QTDIR)/include:&/qt:' 189 189 -e 's:$(QTDIR)/lib:&/qt:'
Note:
See TracChangeset
for help on using the changeset viewer.