View my account

How can i compile C++ example code using gcc/g++??

Comments

1 comment

  • MartyG

    Hi Incron13  The standard procedure for building the set of examples would be to use CMake and include the build flag -DBUILD_EXAMPLES=TRUE  in the CMake build statement.  If an individual example program is modified then repeating the make command in the librealsense build folder should build only the programs that have been modified.  The process is described in the link below.

    https://github.com/IntelRealSense/librealsense/issues/2946 

    0
    Comment actions Permalink

Please sign in to leave a comment.