#2540: Qt-4.4.3
----------------------+-----------------------------------------------------
Reporter: rdaniels | Owner: [email protected]
Type: task | Status: new
Priority: normal | Milestone: 6.4
Component: BOOK | Version: SVN
Severity: normal | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Comment (by [EMAIL PROTECTED]):
I had issues with 4.4.1 (it didn't seem to like -nomake demos), and
carelessly allowed it to create directories all over /usr. The following
appears to be doing the right thing for an install in /usr without
requiring an update to ld.so.conf (and not supporting qt3)
{{{
./configure -prefix /usr \
-docdir /usr/share/qt-4.4.3/doc \
-plugindir /usr/lib/qt4plugins \
-datadir /usr/share/qt-4.4.3 \
-translationdir /usr/share/qt-4.4.3/translations \
-sysconfdir /etc/qt4 \
-no-qt3support \
-nomake examples -nomake demos \
-openssl-linked \
-system-sqlite \
-reduce-relocations
}}}
This will put the libs into /usr/lib and the headers into directories in
/usr/include (phonon, Qt*).
Not used in anger, but using make INSTALL_ROOT=/some/place install.
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2540#comment:5>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page