Development environment for Linux
The MARTe development environment can be setup in any modern desktop Linux distribution.
For the sake of simplicity these instructions are shown for the CentOS distribution but should be easily adaptable to any other mainstream distribution.
Prerequisites
Configuration
Install the CentOS distribution;
Open a terminal;
Update the distribution:
yum -y updateMake sure that the development tools are installed:
yum groupinstall "Development tools"Install Cppcheck:
yum install -y cppcheckInstall Doxygen:
yum install -y doxygen
lcov can be deployed in any folder of the operating provided that the developer has write and execution access
wget http://downloads.sourceforge.net/ltp/lcov-1.11.tar.gztar zxf lcov-1.11.tar.gz