The setup script doesn't work out of the box on my version of MacOS. Environment details:
OS: MacOS 10.15.4
Cascade: Latest commit on master (f14c2de)
Bash: GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin19)
The following changes allowed me to successfully install cascade:
- Comment out the check for
/usr/include (https://github.com/vmware/cascade/blob/master/setup#L280-L291) - /Library/Developer/CommandLineTools/Packages/ no longer exists; I believe this change was introduced in Mojave (10.14), but I only did enough research to get past the issue. :)
$ export CPLUS_INCLUDE_PATH=/usr/local/include
$ export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/opt/gtest/lib/:/usr/local/opt/google-benchmark/lib/"