https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_osx.md
https://qiita.com/OTL/items/ce49410580730d6dd499
git clone https://github.com/IntelRealSense/librealsense
cd librealsense
mkdir build && cd build
cmake .. -DBUILD_EXAMPLES=true -DBUILD_WITH_OPENMP=false -DHWM_OVER_XU=false -G Xcode
open librealsense2.xcodeproj