There does not seem to be a thread that supports Mac OS X users. I am trying to install Ardunio nano with pilight (and realized too late how cheap you sell your stuff in your forum
) and I was able to install homebrew etc. I did the following after opening terminal (three steps: homebrew, cmake, libunwind and cloning git taking about 3-5 minutes):
and got the final message "Checking connectivity... done." So this went ok. But then I tried to CMake and got the error message
I realized that I did install libunwind above but got the following messages
Maybe CMake cannot find libunwind? But how can I changed that? The log-File of CMake is attached:
CMakeOutput.pdf (Size: 86.77 KB / Downloads: 1)

Code:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install cmake
brew install libunwind-headers
git clone --depth 5 -b master https://github.com/pilight/pilight.git
and got the final message "Checking connectivity... done." So this went ok. But then I tried to CMake and got the error message
Code:
CMake Error at CMakeLists.txt:245 (message):
Looking for libunwind - not found
-- Configuring incomplete, errors occurred!
See also "/Users/andreasloeffler/pilight/CMakeFiles/CMakeOutput.log".
I realized that I did install libunwind above but got the following messages
Code:
==> Downloading https://homebrew.bintray.com/bottles/libunwind-headers-35.3.sierra.bottle.tar.gz
######################################################################## 100,0%
==> Pouring libunwind-headers-35.3.sierra.bottle.tar.gz
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.
This package includes official development headers not installed by Apple.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
CPPFLAGS: -I/usr/local/opt/libunwind-headers/include
==> Summary
? /usr/local/Cellar/libunwind-headers/35.3: 13 files, 247.8K
Maybe CMake cannot find libunwind? But how can I changed that? The log-File of CMake is attached:
