From: Jeff Lien Date: Wed, 6 Apr 2022 19:35:42 +0000 (-0500) Subject: build: Update meson tips in README.md X-Git-Tag: v2.0~8^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=56e3dda0c4f4d69a1108eb979569bb83b57b9108;p=users%2Fsagi%2Fnvme-cli.git build: Update meson tips in README.md Signed-off-by: Jeff Lien --- diff --git a/README.md b/README.md index f8aa9a13..818b75a2 100644 --- a/README.md +++ b/README.md @@ -241,12 +241,14 @@ ENTRY, then append the object file name to the meson.build "sources". ## meson tips -In case meson doesn't find libnvme header files (via pkg-config) it -will fallback using subprojects. meson checks out libnvme in -subprojects directory as git tree once and will not modify libnvme -unless explicitly told. That means the current branch is updated via -git, the subprojects/libnvme branch will not updated accordingly. So -either update it via normal git operations or +In case meson doesn't find libnvme header files (via pkg-config) it +will fallback using subprojects. meson checks out libnvme in +subprojects directory as git tree once to the commit level specified +in the libnvme.wrap file revision parm. After this initial checkout, +the libnvme code level will not change unless explicitly told. That +means if the current branch is updated via git, the subprojects/libnvme +branch will not updated accordingly. To update it, either use the +normal git operations or the command: $ meson subprojects update