Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [andrzejl@icsserver ~]$ su
- Password:
- [root@icsserver andrzejl]# cd /opt/Qt4/qt-everywhere-opensource-src-4.8.2
- [root@icsserver qt-everywhere-opensource-src-4.8.2]# export PREFIX=`echo /usr/`
- [root@icsserver qt-everywhere-opensource-src-4.8.2]# export PATH=$PREFIX/bin:$PATH
- [root@icsserver qt-everywhere-opensource-src-4.8.2]# export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig:$PREFIX/share/pkgconfig
- [root@icsserver qt-everywhere-opensource-src-4.8.2]# ./configure --prefix=$PREFIX -no-webkit
- Which edition of Qt do you want to use ?
- Type 'c' if you want to use the Commercial Edition.
- Type 'o' if you want to use the Open Source Edition.
- o
- This is the Open Source Edition.
- You are licensed to use this software under the terms of
- the Lesser GNU General Public License (LGPL) versions 2.1.
- You are also licensed to use this software under the terms of
- the GNU General Public License (GPL) versions 3.
- Type '3' to view the GNU General Public License version 3.
- Type 'L' to view the Lesser GNU General Public License version 2.1.
- Type 'yes' to accept this license offer.
- Type 'no' to decline this license offer.
- Do you accept the terms of either license? yes
- Creating qmake. Please wait...
- gmake: Nothing to be done for `first'.
- rm -f endiantest.o
- rm -f *~ core *.core
- rm -f endiantest
- rm -f Makefile
- rm -f endiantest.o
- rm -f *~ core *.core
- rm -f endiantest
- rm -f Makefile
- This target is using the GNU C++ compiler (linux-g++).
- Recent versions of this compiler automatically include code for
- exceptions, which increase both the size of the Qt libraries and
- the amount of memory taken by your applications.
- You may choose to re-run configure with the -no-exceptions
- option to compile Qt without exceptions. This is completely binary
- compatible, and existing applications will continue to work.
- Build type: linux-g++
- Architecture: i386
- Platform notes:
- - Also available for Linux: linux-kcc linux-icc linux-cxx
- Build .................. libs tools examples demos docs translations
- Configuration .......... release shared dll largefile stl precompile_header mmx 3dnow sse sse2 sse3 ssse3 sse4_1 sse4_2 avx minimal-config small-config medium-config large-config full-config qt3support phonon phonon-backend accessibility openvg opengl reduce_exports ipv6 clock-gettime clock-monotonic mremap getaddrinfo ipv6ifname getifaddrs inotify system-jpeg system-mng system-png png system-tiff system-freetype system-zlib nis iconv glib gstreamer dbus openssl x11sm xshape xsync xrender mitshm fontconfig xkb alsa pulseaudio icu concurrent xmlpatterns multimedia audio-backend svg script scripttools declarative release
- Debug .................. no
- Qt 3 compatibility ..... yes
- QtDBus module .......... yes (run-time)
- QtConcurrent code ...... yes
- QtGui module ........... yes
- QtScript module ........ yes
- QtScriptTools module ... yes
- QtXmlPatterns module ... yes
- Phonon module .......... yes
- Multimedia module ...... auto
- SVG module ............. yes
- WebKit module .......... no
- JavaScriptCore JIT ..... To be decided by JavaScriptCore
- Declarative module ..... yes
- Declarative debugging ...yes
- Support for S60 ........ no
- Symbian DEF files ...... no
- STL support ............ yes
- PCH support ............ yes
- MMX/3DNOW/SSE/SSE2/SSE3. yes/yes/yes/yes/yes
- SSSE3/SSE4.1/SSE4.2..... yes/yes/yes
- AVX..................... yes
- Graphics System ........ default
- IPv6 support ........... yes
- IPv6 ifname support .... yes
- getaddrinfo support .... yes
- getifaddrs support ..... yes
- Accessibility .......... yes
- NIS support ............ yes
- CUPS support ........... no
- Iconv support .......... yes
- Glib support ........... yes
- GStreamer support ...... yes
- PulseAudio support ..... yes
- Large File support ..... yes
- GIF support ............ plugin
- TIFF support ........... plugin (system)
- JPEG support ........... plugin (system)
- PNG support ............ yes (system)
- MNG support ............ plugin (system)
- zlib support ........... system
- Session management ..... yes
- OpenGL support ......... yes (Desktop OpenGL)
- OpenVG support ......... yes
- NAS sound support ...... no
- XShape support ......... yes
- XVideo support ......... no
- XSync support .......... yes
- Xinerama support ....... runtime
- Xcursor support ........ runtime
- Xfixes support ......... runtime
- Xrandr support ......... runtime
- Xrender support ........ yes
- Xi support ............. runtime
- MIT-SHM support ........ yes
- FontConfig support ..... yes
- XKB Support ............ yes
- immodule support ....... yes
- GTK theme support ...... yes
- SQLite support ......... plugin (qt)
- OpenSSL support ........ yes (run-time)
- Alsa support ........... yes
- ICD support ............ no
- libICU support ......... yes
- Finding project files. Please wait...
- Reading /opt/Qt4/qt-everywhere-opensource-src-4.8.2/src/tools/bootstrap/bootstrap.pro
- Reading /opt/Qt4/qt-everywhere-opensource-src-4.8.2/src/tools/moc/moc.pro
- Reading /opt/Qt4/qt-everywhere-opensource-src-4.8.2/src/tools/rcc/rcc.pro
- Reading /opt/Qt4/qt-everywhere-opensource-src-4.8.2/src/tools/uic/uic.pro
- Reading /opt/Qt4/qt-everywhere-opensource-src-4.8.2/src/corelib/corelib.pro
Advertisement
Add Comment
Please, Sign In to add comment