From a25fb9bd49ef56a2223262784f18dd9bbc2601dc Mon Sep 17 00:00:00 2001 From: izxl007 Date: Thu, 27 Mar 2025 12:24:40 +0800 Subject: example: Add a compilation instruction in README.compile When building FUSE3 with Meson on CentOS 8, the fuse3.pc file gets installed in /usr/local/lib64/pkgconfig. Since pkg-config doesn't search this path by default, GCC compilation fails due to missing FUSE3 flags. This patch adds an instruction for setting PKG_CONFIG_PATH variable in README.compile to fix GCC compilation issues. Signed-off-by: izxl007 --- example/README.compile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 example/README.compile (limited to 'example/README.compile') diff --git a/example/README.compile b/example/README.compile new file mode 100644 index 0000000..a7b6819 --- /dev/null +++ b/example/README.compile @@ -0,0 +1,4 @@ +Note: + * If the pkg-config command fails due to the absence of the fuse3.pc file, + you should configure the path to the fuse3.pc file in the PKG_CONFIG_PATH + variable. \ No newline at end of file -- cgit v1.2.3