sgan81 / apfs-fuse

FUSE driver for APFS (Apple File System)
GNU General Public License v2.0
1.74k stars 164 forks source link

fatal error: fuse/fuse.h: No such file or directory #166

Open tomekozlowski opened 2 years ago

tomekozlowski commented 2 years ago

I've done this:

Execute ccmake . Navigate to USE_FUSE3, and if it is not set to OFF, hit enter Press c to configure Press g to generate Makefile and exit ccmake Execute make

And this:

sudo apt install cmake-curses-gui

And this:

sudo apt install libfuse3-dev

Issue persists...

sgan81 commented 1 year ago

If you have installed fuse3-dev, you should probably set USE_FUSE3 to ON?