File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'.
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# =======================================
6262function 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
393399 fi
394400 #
395401else
396- echo " I am here ` pwd ` "
402+ echo " Please exit the folder 'libimobile_installation' "
397403 exit_install
398404fi
399405
You can’t perform that action at this time.
0 commit comments