2.2.4. Compile SmartSoft Communication/Coordination Repositories

To be able to use the the communication object during the component development they have to be compiled. To do so, right click on the repository and choose "Compile SmartMDSD Project" (cf. figure 2.12).

Compile a communication/coordination project

Figure 2.12. Compile a communication/coordination project


If the communication/coordination project has to be compiled without the toolchain, navigate to the repository and enter the following commands:

	mkdir build
	cd build
	cmake ..
	make
				

WordPress Appliance - Powered by TurnKey Linux