# ipmi-blob-tool **Repository Path**: jeff200902/ipmi-blob-tool ## Basic Information - **Project Name**: ipmi-blob-tool - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-11 - **Last Updated**: 2022-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ipmi-blob-tool ipmi-blob-tool is a host-side tool that speaks the BLOB protocol over IPMI. ## Dependencies Test cases require google{test,mock}, valgrind, and lcov. ## Building For a standard release build, you want something like: ``` ./bootstrap.sh ./configure --disable-tests make make install ``` For a test / debug build, a typical configuration is ``` ./bootstrap.sh ./configure --enable-tests --enable-coverage --enable-valgrind make make check make check-valgrind make check-code-coverage ```