Directory Structure =================== The complete, default |me| installation is structured as shown below: .. code-block:: none +--rti_connext_dds-/ | +--rti_connext_dds_micro- (rti_connext_dds_micro--host.rtipkg) |--doc/ |--example/ |--include/ |--resource/ |--rtiddsgen/ |--rtiddsmag/ |--CMakeLists.txt |--ReadMe.html +--src/ | +-- rti_me_psl +--lib (rti_connext_dds_micro--target-.rtipkg) +-- | +--- +--CERT | +--- +--- | +-- +--CERT- +-- This directory structure is recommended and *should* be used [1]_ because: - The source bundle includes a helper script to run `CMake `_ that expects this directory structure. - This directory structure supports multiple architectures. .. [1] This applies to builds using `CMake `_.