commit | fa34e22c07614f0cf719ec3052fc0f540ab3b24b | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Tue Apr 02 17:12:40 2024 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Tue Apr 02 17:12:40 2024 +0300 |
tree | 49dec56c2be2773b581b3b216fc546d3d7e3247d | |
parent | d2d57bb4673725327e42139e71cf9220d7c22400 [diff] |
meson: Add boost to the dependencies Since the project uses boost library add it to meson dependencies. Tested: Local build no longer fails with a missing boost headers message on the system without boost, but fails at the "meson setup build" stage with an appropriate message. Change-Id: I165fb61cf72adadbb1f67d64e378f84b0256307f Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.