Changes between Version 153 and Version 154 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Aug 12, 2014, 6:41:54 PM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

remove release version

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v153 v154  
    112112=== Set up build environment for Qt5  ===
    113113
    114 Make sure all libs can be found by adding search paths and avoid inclusion of MacPorts' glib2:
     114It is recommended to build the debug version. Also make sure that all libs can be found by adding search paths and avoid inclusion of MacPorts' glib2:
    115115{{{
    116116$ cd ~/scripts; cat config/build/qt5/darwin-mavericks.cfg
    117117[Build]
    118 configureCommand=%(configureExecutable)s -release -system-zlib -system-libpng -system-libjpeg -system-sqlite -dbus -plugin-sql-mysql -nomake examples -confirm-license -opensource -prefix {instPrefix} -no-framework -v -I/opt/local/include -L/opt/local/lib -no-glib
    119 }}}
    120 Consider here the use of options "{{{-debug -separate-debug-info}}}" instead of "{{{-release}}}".
     118configureCommand=%(configureExecutable)s -debug -separate-debug-info -system-zlib -system-libpng -system-libjpeg -system-sqlite -dbus -plugin-sql-mysql -nomake examples -confirm-license -opensource -prefix {instPrefix} -no-framework -v -I/opt/local/include -L/opt/local/lib -no-glib
     119}}}
    121120
    122121Include MySQL's binary path into PATH e.g. in {{{.macports/profile}}} (assuming /opt/local as MacPort's prefix):