Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. 2015-09-02 16:13:23 -0700
  2.  
  3. ./configure
  4. -prefix
  5. /usr/local/Cellar/qt5/5.5.0
  6. -system-zlib
  7. -securetransport
  8. -qt-libpng
  9. -qt-libjpeg
  10. -no-rpath
  11. -no-openssl
  12. -confirm-license
  13. -opensource
  14. -nomake
  15. tests
  16. -release
  17. -nomake
  18. examples
  19. -plugin-sql-mysql
  20. -I/usr/local/opt/d-bus/lib/dbus-1.0/include
  21. -I/usr/local/opt/d-bus/include/dbus-1.0
  22. -L/usr/local/opt/d-bus/lib
  23. -ldbus-1
  24. -dbus-linked
  25. -arch
  26. x86_64
  27. -developer-build
  28.  
  29. + cd qtbase
  30. + /private/tmp/qt520150902-86764-2dbif1/qt-everywhere-opensource-src-5.5.0/qtbase/configure -top-level -prefix /usr/local/Cellar/qt5/5.5.0 -system-zlib -securetransport -qt-libpng -qt-libjpeg -no-rpath -no-openssl -confirm-license -opensource -nomake tests -release -nomake examples -plugin-sql-mysql -I/usr/local/opt/d-bus/lib/dbus-1.0/include -I/usr/local/opt/d-bus/include/dbus-1.0 -L/usr/local/opt/d-bus/lib -ldbus-1 -dbus-linked -arch x86_64 -developer-build
  31.  
  32. This is the Qt Open Source Edition.
  33.  
  34. You are licensed to use this software under the terms of
  35. the Lesser GNU General Public License (LGPL) versions 2.1.
  36. You are also licensed to use this software under the terms of
  37. the GNU Lesser General Public License (LGPL) versions 3.
  38.  
  39. You have already accepted the terms of the Open Source license.
  40.  
  41. Creating qmake...
  42. Done.
  43. Running configuration tests...
  44.  
  45. Configure summary
  46.  
  47. Build type: macx-clang (x86_64, CPU features: cx16 mmx sse sse2 sse3 ssse3)
  48.  
  49. Build options:
  50. Configuration .......... accessibility audio-backend avx avx2 c++11 compile_examples concurrent corewlan cups dbus dbus-linked freetype full-config getaddrinfo getifaddrs harfbuzz headersclean iconv ipv6ifname large-config largefile medium-config minimal-config nis no-pkg-config opengl pcre png precompile_header private_tests qpa qpa qt_framework reduce_exports release securetransport shared small-config sse2 sse3 sse4_1 sse4_2 ssl ssse3 system-zlib warnings_are_errors
  51. Build parts ............ libs tools
  52. Mode ................... release
  53. Using sanitizer(s)...... none
  54. Using C++11 ............ yes
  55. Using gold linker....... no
  56. Using new DTAGS ........ no
  57. Using PCH .............. yes
  58. Target compiler supports:
  59. SSE2/SSE3/SSSE3 ...... yes/yes/yes
  60. SSE4.1/SSE4.2 ........ yes/yes
  61. AVX/AVX2 ............. yes/yes
  62.  
  63. Qt modules and options:
  64. Qt D-Bus ............... yes (linked to dbus-1)
  65. Qt Concurrent .......... yes
  66. Qt GUI ................. yes
  67. Qt Widgets ............. yes
  68. Large File ............. yes
  69. QML debugging .......... yes
  70. Use system proxies ..... no
  71.  
  72. Support enabled for:
  73. Accessibility .......... yes
  74. ALSA ................... no
  75. CUPS ................... yes
  76. Evdev .................. no
  77. FontConfig ............. no
  78. FreeType ............... yes (bundled copy)
  79. Glib ................... no
  80. GStreamer .............. no
  81. GTK theme .............. no
  82. HarfBuzz ............... yes (bundled copy)
  83. Iconv .................. yes
  84. ICU .................... no
  85. Image formats:
  86. GIF .................. yes (plugin, using bundled copy)
  87. JPEG ................. yes (plugin, using bundled copy)
  88. PNG .................. yes (in QtGui, using bundled copy)
  89. journald ............... no
  90. libinput................ no
  91. mtdev .................. no
  92. Networking:
  93. CoreWlan ............. yes
  94. getaddrinfo .......... yes
  95. getifaddrs ........... yes
  96. IPv6 ifname .......... yes
  97. libproxy.............. no
  98. OpenSSL .............. no
  99. SecureTransport ...... yes
  100. NIS .................... yes
  101. OpenGL / OpenVG:
  102. EGL .................. no
  103. OpenGL ............... desktop
  104. OpenVG ............... no
  105. PCRE ................... yes (bundled copy)
  106. pkg-config ............. no
  107. PulseAudio ............. no
  108. QPA backends:
  109. DirectFB ............. no
  110. EGLFS ................ no
  111. EGLFS i.MX6....... . no
  112. EGLFS KMS .......... no
  113. EGLFS Mali ......... no
  114. EGLFS Raspberry Pi . no
  115. EGLFS X11 .......... no
  116. LinuxFB .............. no
  117. XCB .................. no
  118. Session management ..... yes
  119. SQL drivers:
  120. DB2 .................. no
  121. InterBase ............ no
  122. MySQL ................ yes (plugin)
  123. OCI .................. no
  124. ODBC ................. no
  125. PostgreSQL ........... yes (plugin)
  126. SQLite 2 ............. no
  127. SQLite ............... yes (plugin, using bundled copy)
  128. TDS .................. no
  129. tslib .................. no
  130. udev ................... no
  131. xkbcommon-x11........... no
  132. xkbcommon-evdev......... no
  133. zlib ................... yes (system library)
  134.  
  135. Info: creating super cache file /private/tmp/qt520150902-86764-2dbif1/qt-everywhere-opensource-src-5.5.0/.qmake.super
  136. Info: creating stash file /private/tmp/qt520150902-86764-2dbif1/qt-everywhere-opensource-src-5.5.0/.qmake.stash
  137.  
  138. NOTICE: The -arch and -host-arch options are obsolete.
  139.  
  140. Qt now detects the target and host architectures based on compiler
  141. output. Qt will be built using x86_64 for the target architecture
  142. and x86_64 for the host architecture (note that these two
  143. will be the same unless you are cross-compiling).
  144.  
  145. Qt is now configured for building. Just run 'gmake'.
  146. Once everything is built, you must run 'gmake install'.
  147. Qt will be installed into /usr/local/Cellar/qt5/5.5.0
  148.  
  149. Prior to reconfiguration, make sure you remove any leftovers from
  150. the previous build.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement