ifuse icon indicating copy to clipboard operation
ifuse copied to clipboard

How to install ifuse

Open pandamac opened this issue 11 years ago • 1 comments

HI I did this: sudo PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./autogen.sh Password: checking whether make supports nested variables... yes ..... checking for libfuse... no configure: error: Package requirements (fuse >= 2.7.0) were not met:

No package 'fuse' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

Alternatively, you may set the environment variables libfuse_CFLAGS and libfuse_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.

but I can not find where to install libfuse? I try brew and port ,all can not find libfuse

pandamac avatar Mar 17 '15 03:03 pandamac

You can install OSXFuse, it installs /usr/local/lib/pkgconfig/fuse.pc & /usr/local/lib/libosxfuse.*.

andrey-starodubtsev avatar Dec 09 '15 15:12 andrey-starodubtsev