You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daniel Wagner edited this page Nov 29, 2024
·
3 revisions
Minimal build
It's possible to build nvme-cli without using meson (Python based). muon is an implementation of the meson build system in c99 with minimal dependencies. The build.sh script provides the necessary steps for a minimal build:
make
gcc
git
$ build.sh -m muon
For some older distributions additional packages need to be installed, see sections below