From 89b914d21022267660c8fccf94875c40f8b29310 Mon Sep 17 00:00:00 2001 From: Howard <87049949+metalllinux@users.noreply.github.com> Date: Sat, 4 Jun 2022 11:25:54 +0900 Subject: [PATCH] Update to README.md To build apfs-fuse, I also had to install the packages from build-essential. I would always receive an error that "gcc-c++ could not be found" (this was on Ubuntu 22.04 and Xubuntu 22.04). Amazing, amazing software by the way. Thank you so much for creating this, it has helped me so much with moving my encrypted apfs drives to ext4. Thank you! If there is a way for me to donate some money, please let me know! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84bf994..c343c92 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Example for Linux: ``` sudo apt update sudo apt install fuse libfuse3-dev bzip2 libbz2-dev cmake gcc-c++ git libattr1-dev zlib1g-dev +sudo apt install build-essential ``` Of course these commands depend on the Linux distribution.