Ergebnis 1 bis 8 von 8

Baum-Darstellung

  1. #1
    Benutzer
    Registriert seit
    29.01.2013
    Ort
    Oosterwijtwerd-NL
    Beiträge
    60
    Thanks
    58
    Thanked 45 Times in 15 Posts

    [fixed] MAT 2.2.2 mac version

    Morly,
    In the new MAT the libzip's are missing, or do we need a separate download.

    Also the start_MAT.sh is the wrong version.
    The content is:
    Code:
    #!/bin/sh
    PLACE=`pwd`
    export DYLD_LIBRARY_PATH=$PLACE/BoxSupporter:$PLACE/libzip:$DYLD_LIBRARY_PATH
    cd $PLACE
    ./Admin_Tool_v*.app/Contents/MacOS/stb_admin
    and suppose to be:

    Code:
    #!/bin/sh
    PLACE=`pwd`
    export DYLD_LIBRARY_PATH=$PLACE/BoxSupporter:$DYLD_LIBRARY_PATH
    cd $PLACE
    APP_NAME=`find . -type d -name "Admin_Tool*" | sort -r | head -1`
    $APP_NAME/Contents/MacOS/stb_admin
    ---- correction ---
    The libzip are a separate download.
    Maybe you shoul include the startscript in the tar set.
    Geändert von lucsch (11.10.2014 um 16:07 Uhr) Grund: correction


Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •