The libnvme package is a library which provides type definitions for NVMe specification structures, enumerations, and bit fields, helper functions to construct, dispatch, and decode commands and payloads, and utilities to connect, scan, and manage NVMe devices on a Linux system.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://github.com/linux-nvme/libnvme/archive/v1.16.2/libnvme-1.16.2.tar.gz
MD5 校验和:a6554fb50022d762021fc1e949e01520
大小:820 KB
预计所需磁盘空间:34 MB
预计构建时间:0.1 SBU (including tests)
json-c-0.19, keyutils-1.6.3, and SWIG-4.4.1 (to generate the Python bindings)
Install libnvme by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release -D libdbus=auto .. && ninja
To run the tests, issue: ninja test.
Now, as the root user:
ninja install