This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Script by dns | |
# Script to install libimobiledevice on MacOS seamlessly | |
# Install these first before running the script -> brew install automake usbmuxd make autoconf libtool pkg-config gcc openssl gnutls libgcrypt | |
# to fix fatal error: 'openssl/ssl.h' file not found errors run the below commands | |
# ln -s /usr/local/Cellar/openssl/1.0.2l/include/openssl /usr/local/lib/ | |
# cp /usr/local/opt/openssl/include/openssl/* /usr/local/opt/openssl/include/ | |
# brew link --force openssl |