Open Geraldf opened 9 years ago
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
In which file did you make the changes to CXXFLAGS?
I did not make any file changes - that is the command I used to build & install.
Running npm install will result in an error message indicating missing openssl header files:
After reading the web, it seams that the header files have been excluded from el capitan. the libraries should be still there. I have no idea to change the npm install method to use a different location for the openssl header files.