|
RTI Connext DDS Micro
Version 2.4.10
|
The RTI Connext DDS Micro source bundle includes a bash (Unix) and BAT (Windows) script to simplify the invocation of CMake. These scripts is a convenient way to invoke CMake with the correct options.
Unix:
RTIMEROOT/resource/script/rtime-make --type Debug --target self \
--name i86Linux2.6gcc4.4.5 -G "Unix Makefiles" --build
Windows:
C:RTIMEROOT\resource\scripts\rtime-make --config Debug --target self \
--name i86Win32VS2010 -G "Visual Studio 10 2013" --build
Explanation of arguments:
To get a list of all the options:
rtime-make -h
To get a help for a specific target, use:
rtime-make --target <target> --help