You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shiritbrook edited this page Mar 15, 2021
·
10 revisions
Intro
Intel RealSense SDK is using CMake eco-system to offer useful customization to customers who wish to build the SDK from source.
For example, to generate makefile with BUILD_EXAMPLES flag turned-on, use the following command line:
cmake .. -DBUILD_EXAMPLES=true
Alternatively, use cmake-gui utility to configure and generate your build files.