talkatu/talkatu

Merged in default (pull request #46)

2020-06-30, Gary Kramlich
db6cb7b86ab3
Merged in default (pull request #46)

Add attachments to messages

Approved-by: Elliott Sales de Andrade
# Building
Talkatu uses [meson](https://mesonbuild.com) as it's build system.
Meson requires you to build in a directory other than the source directory.
To compile you can use the following commands:
```
meson build
cd build
ninja install
```