Skip to content

Instantly share code, notes, and snippets.

@dineshshetty
dineshshetty / install-libimobiledevice-dns.sh
Created October 24, 2017 20:37
Script to install libimobiledevice on MacOS seamlessly
#!/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