mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to Qt-4.7.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8752 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
520ff09c95
commit
ea0d62ab3f
@ -508,7 +508,7 @@ $Date$
|
||||
|
||||
<!-- Chapter 26 -->
|
||||
<!ENTITY qt-version "3.3.8b">
|
||||
<!ENTITY qt4-version "4.5.3">
|
||||
<!ENTITY qt4-version "4.7.1">
|
||||
<!ENTITY GTK-version "1.2.10">
|
||||
<!ENTITY cairo-version "1.8.10">
|
||||
<!ENTITY cairomm-version "1.6.2">
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>January 3rd, 2011</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to Qt-4.7.1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to Pango-1.28.2.</para>
|
||||
</listitem>
|
||||
|
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY qt4-download-http "http://ftp.silug.org/mirrors/ftp.trolltech.com/qt/source/qt-x11-opensource-src-&qt4-version;.tar.gz">
|
||||
<!ENTITY qt4-download-ftp "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-&qt4-version;.tar.gz">
|
||||
<!ENTITY qt4-md5sum "3988cf9af68be2df8a8000ede231de9b">
|
||||
<!ENTITY qt4-size "125 MB">
|
||||
<!ENTITY qt4-buildsize "1100 MB (full), 980 (essential)">
|
||||
<!ENTITY qt4-time "47 SBU (full), 36 SBU (essential)">
|
||||
<!ENTITY qt4-download-http "http://ftp.silug.org/mirrors/ftp.trolltech.com/qt/source/qt-everywhere-opensource-src-&qt4-version;.tar.gz">
|
||||
<!ENTITY qt4-download-ftp "ftp://ftp.trolltech.com/qt/source/qt-everywhere-opensource-src-&qt4-version;.tar.gz">
|
||||
<!ENTITY qt4-md5sum "6f88d96507c84e9fea5bf3a71ebeb6d7">
|
||||
<!ENTITY qt4-size "211 MB">
|
||||
<!ENTITY qt4-buildsize "1500 MB (full), 1300 (essential)">
|
||||
<!ENTITY qt4-time "72 SBU (full), 60 SBU (essential)">
|
||||
]>
|
||||
|
||||
<sect1 id="qt4" xreflabel="Qt-&qt4-version;">
|
||||
@ -72,7 +72,9 @@
|
||||
<para role="optional"><xref linkend="nas"/>,
|
||||
<xref linkend="dbus"/>,
|
||||
<xref linkend="gst-plugins-base"/>,
|
||||
<ulink url="http://www.pulseaudio.org/">PulseAudio</ulink>,
|
||||
<xref linkend="glib2"/>,
|
||||
<xref linkend="gtk2"/>,
|
||||
<xref linkend="openssl"/>,
|
||||
<xref linkend="cups"/>,
|
||||
<xref linkend="mysql"/>,
|
||||
@ -170,8 +172,7 @@
|
||||
|
||||
<screen><userinput>./configure -prefix /opt/qt-&qt4-version; \
|
||||
-nomake examples \
|
||||
-nomake demos \
|
||||
-no-separate-debug-info &&
|
||||
-nomake demos &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
@ -191,11 +192,6 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><parameter>-no-separate-debug-info</parameter>: This parameter
|
||||
minimizes the time and space used to build
|
||||
<application>Qt4</application> by not adding debug information to the
|
||||
libraries and executables.</para>
|
||||
|
||||
<para><parameter>-nomake examples, -nomake demos</parameter>:
|
||||
These switches disable building programs that are only of interest
|
||||
to a <application>Qt4</application> developer.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user