소스 검색

Documentation: Suggest using genext2fs on macos

This is a nice alternative to dealing with fuse, and a step forward
towards not requiring root.
Eric Butler 4 년 전
부모
커밋
bf31b0da7d
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      Documentation/BuildInstructions.md

+ 4 - 1
Documentation/BuildInstructions.md

@@ -114,10 +114,13 @@ Make sure you have all the dependencies installed:
 # core
 brew install coreutils qemu bash gcc@10 ninja cmake
 
-# Fuse + ext2
+# (option 1) fuse + ext2
 brew install e2fsprogs m4 autoconf automake libtool
 brew install --cask osxfuse
 Toolchain/BuildFuseExt2.sh
+
+# (option 2) genext2fs
+brew install genext2fs
 ```
 
 Notes: