mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
a25fb9bd49
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>
4 lines
170 B
Plaintext
4 lines
170 B
Plaintext
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. |