johang / btfs

A bittorrent filesystem based on FUSE.
GNU General Public License v3.0
3.89k stars 145 forks source link

macOS Installation Fails #85

Open ylluminate opened 6 months ago

ylluminate commented 6 months ago

When doing as suggested by the installation on macOS: https://github.com/johang/btfs?tab=readme-ov-file#installing-on-macos

It fails:

$ brew install btfs
btfs: Linux is required for this software.
libfuse@2: Linux is required for this software.
Error: btfs: Unsatisfied requirements failed this build.
luckman212 commented 6 months ago

Pretty sure this would require a major rework as a FileProvider extension to run on any recent version of macOS (sadly).

ylluminate commented 6 months ago

Oh? I thought Fuse was working fine on macOS 14.4 currently: https://github.com/osxfuse/osxfuse/releases

luckman212 commented 6 months ago

Eh, not so much afaict.

https://github.com/osxfuse/osxfuse/issues/858

venil7 commented 6 months ago

came here to create this issue, but it already exists