trainings/CreatingReliableSoftwareCpp/Presentation/exercises/streamer/README.md

17 lines
No EOL
373 B
Markdown

## Linux compilation
> mkdir build
> cd build
> cmake -DCMAKE_BUILD_TYPE=Debug ..
> make
## Exercise
* Open project streamer
* Create Mpeg2Streamer class
* Create MjpegStreamer class
* Allow to add data to stream
* Allow to add/remove receivers
* start/stop stream
* validate data
* Make some dummy implementations that will allow to compile code