Changeset 45ad0e4f
- Timestamp:
- 04/21/2005 04:33:47 AM (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:
- 8b82ddf
- Parents:
- 44edf870
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r44edf870 r45ad0e4f 22 22 23 23 <itemizedlist> 24 25 <listitem><para>April 20th, 2005 [bdubbs]: Updated qt instructions to 26 eliminate an unnecessary copy procedure and fixed qmqke.conf 27 adjustment.</para></listitem> 24 28 25 29 <listitem><para>April 20th, 2005 [randy]: Updated to -
x/lib/qt.xml
r44edf870 r45ad0e4f 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:' \ 110 -e 's:$(QTDIR)/include:&/qt:' \ 109 <note><para>If qt is being reinstalled, run the following commands from 110 a console or non-qt based window manager. It overwrites qt libraries 111 that should not be in use durring the install process.</para></note> 112 113 <screen><userinput><command>sed -i -e 's:$(QTDIR)/include:&/qt:' \ 111 114 -e 's:$(QTDIR)/lib:&/qt:' \ 112 115 mkspecs/linux*/qmake.conf && … … 127 130 <screen><userinput role='root'><command>make install && 128 131 ln -sf libqt-mt.so /usr/lib/libqt.so && 129 rm /usr/bin/qmake &&130 install -m755 -oroot -groot qmake/qmake /usr/bin &&131 132 cp -r doc/man /usr/share && 132 133 cp -r examples /usr/share/doc/qt</command></userinput></screen> … … 165 166 ln -sfn qt-&qt-version; /opt/qt && 166 167 ln -s libqt-mt.so /opt/qt/lib/libqt.so && 167 rm /opt/qt-&qt-version;/bin/qmake &&168 install -m755 -oroot -groot qmake/qmake /opt/qt-&qt-version;/bin &&169 168 cp -r doc/man /opt/qt/doc && 170 169 cp -r examples /opt/qt/doc</command></userinput></screen> … … 185 184 <title>Command explanations</title> 186 185 187 <para><command>sed -i -e 's:cp -f:install:' 188 -e 's:$(QTDIR)/include:&/qt:' 186 <para><command>sed -i -e 's:$(QTDIR)/include:&/qt:' 189 187 -e 's:$(QTDIR)/lib:&/qt:' 190 188 mkspecs/linux*/qmake.conf</command>: 191 <command>install</command> is safer than <command>cp</command> when 192 libraries are in use. Also, directories need to be adjusted to match 189 Directories in qmake.conf need to be adjusted to match 193 190 the BLFS Method 1 installation directories.</para> 194 191 … … 232 229 allows <command>configure</command> scripts to find a working 233 230 <application>Qt</application> installation.</para> 234 235 <para><command>rm .../qmake; install -m755 -oroot -groot qmake/qmake .../bin</command>:236 The <command>qmake</command> program is installed incorrectly by237 <command>make install</command>. These two commands install the program238 correctly.</para>239 231 240 232 <para><command>cp -r doc/man /usr/share (or /opt/qt/doc)</command>: This command
Note:
See TracChangeset
for help on using the changeset viewer.