.. include:: vars.rst .. _section-installation: Installation ************ Unbundle -------- To install |RTI_TSS|, unzip the package: .. code-block:: bash unzip rti_connext_tss-3.1.2.zip Note, the |RTI_TSS| installation directory is referred to as ```` (:numref:`section-Introduction-Paths`). Contents ^^^^^^^^ **README.html** Link to front page of user documentation. |br| |br| **doc/** User documentation. |br| |br| **include/** Header files for |RTI_TSS|. |br| |br| **src/** Source files for |RTI_TSS|. |br| |br| **CMakeLists.txt** CMake script for generating the build environment for |RTI_TSS| libraries. |br| |br| **examples/** Example FACE applications that make use of the |RTI_TSS| library. |br| |br| **bin/** Tools and utilities. Includes a version of the Code Generator, rtiddsgen, modified specifically for |RTI_TSS|, used for generating TSS-specific header and plug-in source files. |br| |br| **resource/** Internal resources. Includes CMake and RTIDDSGEN support files. |br| |br|