1## To Build 2 3``` 4To build this package, do the following steps: 5 6 1. meson setup build 7 2. meson compile -C build 8``` 9