Commit 9dbced7 1 parent 81264a0 commit 9dbced7 Copy full SHA for 9dbced7
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
#
7
7
# Requires: homebrew
8
8
9
- brew install coreutils cmake ninja libomp eigen libjpeg libtiff dylibbundler # opencv
9
+ brew install coreutils cmake ninja libomp eigen libjpeg libtiff # opencv
10
10
11
11
npm install -g appdmg
12
12
Original file line number Diff line number Diff line change 46
46
47
47
ls $INSTALL_PATH /$APPNAME /Contents/Frameworks
48
48
# trying to install libgcc_s lib
49
- dylibbundler -b -x $INSTALL_PATH /$APPNAME /Contents/MacOS/${APPNAME% .app} -d $INSTALL_PATH /$APPNAME /Contents/Frameworks -p @executable_path/../Frameworks/
49
+ # dylibbundler -b -x $INSTALL_PATH/$APPNAME/Contents/MacOS/${APPNAME%.app} -d $INSTALL_PATH/$APPNAME/Contents/Frameworks -p @executable_path/../Frameworks/
50
50
51
51
# remove everything from install path, except the appbundle
52
52
cd $INSTALL_PATH
You can’t perform that action at this time.
0 commit comments