aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-11-08 21:11:53 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-11-08 21:11:53 +0000
commitdb1c3650b287d1766017aec3c370c70aed29261e (patch)
treeac24c6be1b1c6d23ac1efd0d87f59fc8c82fdd2b /ChangeLog
parentd507c73e8fda72305b3e172ac7686c05d2dd73da (diff)
downloadlibfuse-db1c3650b287d1766017aec3c370c70aed29261e.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9eda3cf..1ceba55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,13 @@
just add '-DFUSE_DIRFIL_COMPAT' compile flag or fix the source.
Do not use the "use_ino" mount flag with filesystems compiled with
FUSE_DIRFIL_COMPAT.
+
+ * Add pkg-config support. To compile a FUSE based filesystem you
+ can do "gcc -Wall `pkg-config --cflags --libs fuse` myfs.c -o myfs"
+ or similar. Note, that the PKG_CONFIG_PATH environment variable
+ usually needs to be set to "/usr/local/lib/pkgconfig".
+
+ * fuse.h is now installed in ${prefix}/include/fuse/
2004-11-02 Miklos Szeredi <miklos@szeredi.hu>