RTI Connext DDS Micro  Version 2.4.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Creating Buildfiles for RTI Connext DDS Micro Using CMake from The Command-line

Open a terminal window in the RTIMEROOT directory and create the RTIMEBUILD directory. Change to the RTIMEBUILD directory and invoke cmake using the following arguments:

    cmake -G <generator> -DCMAKE_BUILD_TYPE=<Debug | Release> \
          -DCMAKE_TOOLCHAIN_FILE=<toolchain file>  \
          -DRTIME_TARGET_NAME=<target-name>

Depending on the generator, do one of the following:

After a successful build, the output is placed in RTIMEROOT/lib/<name>

The generated build-files may contain different sub-projects that are specific to the tool. For example, in Xcode and MS Visual Studio the following targets are available:

For command-line tools, try <tool> help for a list of available targets to build. For example, if Unix makefiles where generated:

make help

RTI Connext DDS Micro Version 2.4.10 Copyright © Fri Jun 30 2017 Real-Time Innovations, Inc