aboutsummaryrefslogtreecommitdiffstats
path: root/example/hello_ll.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/hello_ll.c')
-rw-r--r--example/hello_ll.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/hello_ll.c b/example/hello_ll.c
index 12927cc..b1ef692 100644
--- a/example/hello_ll.c
+++ b/example/hello_ll.c
@@ -14,6 +14,10 @@
*
* gcc -Wall hello_ll.c `pkg-config fuse3 --cflags --libs` -o hello_ll
*
+ * 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.
+ *
* ## Source code ##
* \include hello_ll.c
*/