1# ipmi-fru-parser 2 3## Building 4 5To build this package, do the following steps: 6 7```sh 8meson setup builddir 9ninja -C builddir 10``` 11