How to install Intel RealSense Viewer on Mac

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

你可能感兴趣的:(How to install Intel RealSense Viewer on Mac)