1## Building the Code
2```
3To build this package, do the following steps:
4
5    1. meson build
6    2. ninja -C build
7
8To clean the repository run `rm -rf build`.
9```
10