sgan81 / apfs-fuse

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

Installation failed in opensuse tumbleweed. #157

Open LMN9 opened 2 years ago

LMN9 commented 2 years ago

Installation failed in opensuse tumbleweed 20210910

fatal error: fuse/fuse.h: No such file or directory
   28 | #include <fuse/fuse.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/apfs-fuse.dir/build.make:76: CMakeFiles/apfs-fuse.dir/apfsfuse/ApfsFuse.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:121: CMakeFiles/apfs-fuse.dir/all] Error 2
make: *** [Makefile:136: all] Error 2

Can someone help me ?