24 lines
293 B
Markdown
24 lines
293 B
Markdown
# Whisper Communication Library
|
|
|
|
## Description
|
|
|
|
|
|
|
|
## Authors
|
|
- Henry Winkel
|
|
- Dominik Meyer <dmeyer@hsu-hh.de>
|
|
- Matthias Engelke
|
|
- Christina Sander <christina.sander@hsu-hh.de>
|
|
|
|
## License
|
|
|
|
Mozilla Public License 2.0
|
|
|
|
## Building
|
|
- mkdir build
|
|
- cd build
|
|
- cmake ..
|
|
- make all
|
|
- make test
|
|
|