Items with no label
3338 Discussions

Install question with realsense SDK2.0 in ubuntu, don't find library.

FritzY
Beginner
817 Views

I followed the github linux disrtibution install guide to install realsense in ubuntu 16.04TLS.

guide link is:

https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md

i want to use realsense in other program, so i follow the guide:

Optionally install the developer and debug packages:

sudo apt-get install librealsense2-dev sudo apt-get install librealsense2-dbg

 

and it said:

With dev package installed, you can compile an application with librealsense using g++ -std=c++11 filename.cpp -lrealsense2 or an IDE of your choice.

but i can't find realsense file in /usr/bin or /usr/local/include, so i can't configure my object.

Could you give me some advise where is the realsense library path?

and the tutorial said :

Note The packages include binaries and configuration files only. Use the github repository to obtain the source code.

if it's because i don't download the source code? and what should i do after downloading the source code.

thanks!

0 Kudos
1 Reply
MartyG
Honored Contributor III
648 Views

The best place for advice on this question is the RealSense GitHub forum. Please re-post your question there by visiting the link below and clicking the 'New Issue' button. Thanks!

 

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

0 Kudos
Reply