clanger9

Results 3 comments of clanger9

I was able to install airtunes on El Capitan by first installing OpenSSL (via macports) and then specifying the location to the new headers with: `CXXFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib npm install airtunes`

I did not make any file changes - that is the command I used to build & install.

It's downloading the wrong binary for 64-bit OS. Try: `wget https://github.com/balena-io/wifi-connect/raw/master/scripts/raspbian-install.sh` in raspbian-install.sh, change `local _regex='browser_download_url": "\K.*rpi\.tar\.gz'` to `local _regex='browser_download_url": "\K.*aarch64\.tar\.gz'` and install it with ``` chmod +x raspbian-install.sh ./raspbian-install.sh...