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
{{ message }}
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.
Building librealsense from master branch using following commands:
mkdir build
cd build
make -j 4
Produces output:
/home/kotlyar/software/realsense_sdk/samples/src/fps_counter_sample/main.cpp:10:31: fatal error: librealsense/rs.hpp: No such file or directory
#include <librealsense/rs.hpp>
^
compilation terminated.
There is no file named "rs.hpp" in the source tree.
The text was updated successfully, but these errors were encountered:
Building
librealsense
frommaster
branch using following commands:mkdir build cd build make -j 4
Produces output:
There is no file named "rs.hpp" in the source tree.
The text was updated successfully, but these errors were encountered: