Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2025-03-27 | example: Add a compilation instruction in README.compile | izxl007 | -0/+4 | |
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 <zeng.zheng@zte.com.cn> |