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