sgan81 / apfs-fuse

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

Make fails on Ubuntu Budgie 20.04 #142

Closed rbreaves closed 3 years ago

rbreaves commented 3 years ago

To fix it run this before make

sudo apt install libbz2-dev libfuse3-dev

rbreaves commented 3 years ago

Closing - this is a very good guide. https://linuxnewbieguide.org/how-to-mount-macos-apfs-disk-volumes-in-linux/