-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building Examples only #2946
Comments
Hi @abdelrahmanhussein |
Do I edit the CMake files directly in order to chose the examples I want built? Also, what if the examples I need require something like the aforementioned |
So, to confirm, by "just run |
Issue Description
Hi,
I have successfully installed the realsense-viewer. I have also successfully build the libsense-2 and was able to run the examples. Everything works fine!
My question is regarding building examples independently without having to building the whole library again. Assume that I modified the source code of an example to do different functionality, do I have to go through the whole flow of CMaking and building the whole library again? Or there is a way in which I can just compile the example source code after modifying it?
After installing everything, I tried to run CMake for rs-depth example by carrying out the following steps:
cd build
cmake ../ -DBUILD_EXAMPLES=true
doing this, I got the following output
So, what was wrong about what I did? And how to build the example alone?
The text was updated successfully, but these errors were encountered: