Skip to content

Commit 188a59e

Browse files
authored
Merge pull request #59 from attdevsupport/bn153x-patch-2
Update vo_dependency_installer.sh
2 parents 780462a + f4e8b0d commit 188a59e

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

vo_dependency_installer.sh

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#=======================================
2020
# vo_dependency_installer.sh
21-
# version 1.0.0.2
21+
# version 1.0.0.4
2222
#
2323
# Howto use this script:
2424
# From your browser, select 'Save' and choose or create an empty folder. Make sure the script has the extension '.sh'.
@@ -56,7 +56,7 @@
5656
#
5757
# Testing:
5858
# This script has been tested on Macbook Pro intel and M1 machines running Monterey 12.6 and Ventura early December 2022
59-
#
59+
# Ventura 13.2.1 Mar 31, 2023
6060
#
6161
#=======================================
6262
function init_brew (){
@@ -67,6 +67,12 @@ echo "
6767
then
6868
brew update
6969
brew upgrade
70+
71+
# make sure we can compile
72+
brew install cmake
73+
brew install autogen
74+
brew install autoconf
75+
7076
else
7177
echo "failded to find brew" >> error
7278
exit_install
@@ -393,7 +399,7 @@ then
393399
fi
394400
#
395401
else
396-
echo "I am here `pwd`"
402+
echo "Please exit the folder 'libimobile_installation'"
397403
exit_install
398404
fi
399405

0 commit comments

Comments
 (0)