Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 1.13 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.13 KB

libterraclear

TerraClear Shared C++ libary

** This library is over 2 years old and heavily out of date. We are now using a much improved modern C++ internal API **

Folder Structures

Its recommended to make a /data/sources folder on target system, these are absolute paths used by the compiler & linker. Then clone all depencies & sources into that folder.

Dependencies:

Make Notes

  • standard "make" will NOT include Intel RealSense support.
  • use "make CONF=Debug_RealSense" to build with RealSense support & add compiler "-DTC_USE_REALSENSE" switch
  • If making librealsense, ensure -DCMAKE_BUILD_TYPE=Release -DBUILD_EXAMPLES=true -DBUILD_WITH_CUDA=true -DBUILD_WITH_OPENMP=true