From ae834ad6382eda4916147bd2a9091f253c7768f8 Mon Sep 17 00:00:00 2001 From: Steven Seungcheol Lee Date: Tue, 7 Nov 2023 20:43:22 +0900 Subject: [PATCH] README: Add make static explanation Signed-off-by: Steven Seungcheol Lee --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dd035f07..cb51a9d3 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,11 @@ RPM build support via Makefile that uses meson $ make rpm +Static binary(no dependency) build support via Makefile that uses meson +Caution : it will not support libhugetlbfs + + $ make static + If not sure how to use, find the top-level documentation with: $ man nvme -- 2.50.1