AndrzejL

Qt configure step snip

May 25th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. [andrzejl@icsserver ~]$ su
  2. Password:
  3. [root@icsserver andrzejl]# cd /opt/Qt4/qt-everywhere-opensource-src-4.8.2
  4. [root@icsserver qt-everywhere-opensource-src-4.8.2]# export PREFIX=`echo /usr/`
  5. [root@icsserver qt-everywhere-opensource-src-4.8.2]# export PATH=$PREFIX/bin:$PATH
  6. [root@icsserver qt-everywhere-opensource-src-4.8.2]# export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig:$PREFIX/share/pkgconfig
  7. [root@icsserver qt-everywhere-opensource-src-4.8.2]# ./configure --prefix=$PREFIX -no-webkit
  8. Which edition of Qt do you want to use ?
  9.  
  10. Type 'c' if you want to use the Commercial Edition.
  11. Type 'o' if you want to use the Open Source Edition.
  12.  
  13. o
  14.  
  15.  
  16. This is the Open Source Edition.
  17.  
  18. You are licensed to use this software under the terms of
  19. the Lesser GNU General Public License (LGPL) versions 2.1.
  20. You are also licensed to use this software under the terms of
  21. the GNU General Public License (GPL) versions 3.
  22.  
  23. Type '3' to view the GNU General Public License version 3.
  24. Type 'L' to view the Lesser GNU General Public License version 2.1.
  25. Type 'yes' to accept this license offer.
  26. Type 'no' to decline this license offer.
  27.  
  28. Do you accept the terms of either license? yes
  29.  
  30. Creating qmake. Please wait...
  31. gmake: Nothing to be done for `first'.
  32. rm -f endiantest.o
  33. rm -f *~ core *.core
  34. rm -f endiantest
  35. rm -f Makefile
  36. rm -f endiantest.o
  37. rm -f *~ core *.core
  38. rm -f endiantest
  39. rm -f Makefile
  40.  
  41. This target is using the GNU C++ compiler (linux-g++).
  42.  
  43. Recent versions of this compiler automatically include code for
  44. exceptions, which increase both the size of the Qt libraries and
  45. the amount of memory taken by your applications.
  46.  
  47. You may choose to re-run configure with the -no-exceptions
  48. option to compile Qt without exceptions. This is completely binary
  49. compatible, and existing applications will continue to work.
  50.  
  51.  
  52. Build type: linux-g++
  53. Architecture: i386
  54. Platform notes:
  55.  
  56. - Also available for Linux: linux-kcc linux-icc linux-cxx
  57.  
  58. Build .................. libs tools examples demos docs translations
  59. 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
  60. Debug .................. no
  61. Qt 3 compatibility ..... yes
  62. QtDBus module .......... yes (run-time)
  63. QtConcurrent code ...... yes
  64. QtGui module ........... yes
  65. QtScript module ........ yes
  66. QtScriptTools module ... yes
  67. QtXmlPatterns module ... yes
  68. Phonon module .......... yes
  69. Multimedia module ...... auto
  70. SVG module ............. yes
  71. WebKit module .......... no
  72. JavaScriptCore JIT ..... To be decided by JavaScriptCore
  73. Declarative module ..... yes
  74. Declarative debugging ...yes
  75. Support for S60 ........ no
  76. Symbian DEF files ...... no
  77. STL support ............ yes
  78. PCH support ............ yes
  79. MMX/3DNOW/SSE/SSE2/SSE3. yes/yes/yes/yes/yes
  80. SSSE3/SSE4.1/SSE4.2..... yes/yes/yes
  81. AVX..................... yes
  82. Graphics System ........ default
  83. IPv6 support ........... yes
  84. IPv6 ifname support .... yes
  85. getaddrinfo support .... yes
  86. getifaddrs support ..... yes
  87. Accessibility .......... yes
  88. NIS support ............ yes
  89. CUPS support ........... no
  90. Iconv support .......... yes
  91. Glib support ........... yes
  92. GStreamer support ...... yes
  93. PulseAudio support ..... yes
  94. Large File support ..... yes
  95. GIF support ............ plugin
  96. TIFF support ........... plugin (system)
  97. JPEG support ........... plugin (system)
  98. PNG support ............ yes (system)
  99. MNG support ............ plugin (system)
  100. zlib support ........... system
  101. Session management ..... yes
  102. OpenGL support ......... yes (Desktop OpenGL)
  103. OpenVG support ......... yes
  104. NAS sound support ...... no
  105. XShape support ......... yes
  106. XVideo support ......... no
  107. XSync support .......... yes
  108. Xinerama support ....... runtime
  109. Xcursor support ........ runtime
  110. Xfixes support ......... runtime
  111. Xrandr support ......... runtime
  112. Xrender support ........ yes
  113. Xi support ............. runtime
  114. MIT-SHM support ........ yes
  115. FontConfig support ..... yes
  116. XKB Support ............ yes
  117. immodule support ....... yes
  118. GTK theme support ...... yes
  119. SQLite support ......... plugin (qt)
  120. OpenSSL support ........ yes (run-time)
  121. Alsa support ........... yes
  122. ICD support ............ no
  123. libICU support ......... yes
  124.  
  125. Finding project files. Please wait...
  126. Reading /opt/Qt4/qt-everywhere-opensource-src-4.8.2/src/tools/bootstrap/bootstrap.pro
  127. Reading /opt/Qt4/qt-everywhere-opensource-src-4.8.2/src/tools/moc/moc.pro
  128. Reading /opt/Qt4/qt-everywhere-opensource-src-4.8.2/src/tools/rcc/rcc.pro
  129. Reading /opt/Qt4/qt-everywhere-opensource-src-4.8.2/src/tools/uic/uic.pro
  130. Reading /opt/Qt4/qt-everywhere-opensource-src-4.8.2/src/corelib/corelib.pro
Advertisement
Add Comment
Please, Sign In to add comment