Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 282 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 282 Bytes

rtMessage

Building

Desktop

  • mkdir build
  • cd build
  • cmake -DBUILD_RTMESSAGE_LIB=ON -DBUILD_RTMESSAGE_SAMPLE_APP=ON -DBUILD_FOR_DESKTOP=ON BUILD_DATAPROVIDER_LIB=ON ..
  • RELEASE BUILD -- Add -DCMAKE_BUILD_TYPE=release
  • DEBUG BUILD -- Add -DCMAKE_BUILD_TYPE=debug
  • make