Changes between Version 7 and Version 8 of PacpusTutorials
- Timestamp:
- Oct 2, 2015, 4:45:13 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PacpusTutorials
v7 v8 26 26 27 27 === Tutorial n°1: Creating your first PAPCUS project === 28 29 ==== Exercise 1.1: your first component ==== 28 30 29 31 The objective of this exercise is to understand the build process of a PACPUS project. The utility 'cmake' is used to create the Makefile of the project, and finally we use the GNU Compiler Collection to build the plugins. … … 61 63 }}} 62 64 65 66 ==== Exercise 1.2: !FizzBuzz component ==== 67 68 todo 63 69 64 70 === Tutorial n°2: Managing the communication of components ===