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.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://github.com/linux-nvme/libnvme/archive/v1.16.1/libnvme-1.16.1.tar.gz
Download SHA256 Sum:
Download MD5 sum: 64207c770523f2817a6482d5103cf809
Download size: 3,808.3 KB
Estimated disk space required: 10,435.8 KB
Estimated build time: less than 0.5 SBU
Prepare libnvme by running the following commands:
meson setup build --prefix=/usr --buildtype=release -D libdbus=auto
To build the package, issue:
ninja -C build
To run the tests, issue:
ninja -C build test
Now Install the package, as the root user:
ninja -C build install