source: x/lib/qt/qt-inst.xml@ 25357c89

initial-import reorg
Last change on this file since 25357c89 was f45b1953, checked in by Mark Hymers <markh@…>, 22 years ago

Initial revision

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

  • Property mode set to 100644
File size: 673 bytes
Line 
1<sect2>
2<title>Installation of qt</title>
3
4<para><screen><userinput>export QTDIR=$PWD &amp;&amp;
5./configure -prefix /opt/qt-&qt-version; -qt-gif -system-libpng \
6 -system-libmng -system-zlib -system-libjpeg -no-g++-exceptions \
7 -thread &amp;&amp;
8make &amp;&amp;
9make install &amp;&amp;
10ln -sf /opt/qt-&qt-version; /opt/qt &amp;&amp;
11cp -r doc/man /opt/qt/doc</userinput></screen></para>
12
13<note><para>
14The build time for qt is quite long. If you want to save some time and don't want the
15tutorials and examples, change the first make line above to:
16</para>
17
18<para>
19<userinput>make symlinks src-qmake src-moc sub-src sub-tools</userinput>
20</para>
21</note>
22
23</sect2>
24
Note: See TracBrowser for help on using the repository browser.