You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
Requiring use of libfuse version 3.x may be barrier to adoption for some for whom their Linux (or BSD?) distribution only has version 2.x installed by default. This may be particularly true for those running Long-Term Support distro versions.
What would be great (not urgent, but a nice-to-have) would be to adapt our code to the best available FUSE library, either auto-detected by autoconf or overridden with a --with-fuse=/path/to/lib sort of configure flag.
The text was updated successfully, but these errors were encountered:
I had a look into this, and it appears to be quite a tall order. After changing includes and linkage around, here's a sneak peak of what it looks like to try to compile:
Requiring use of libfuse version 3.x may be barrier to adoption for some for whom their Linux (or BSD?) distribution only has version 2.x installed by default. This may be particularly true for those running Long-Term Support distro versions.
What would be great (not urgent, but a nice-to-have) would be to adapt our code to the best available FUSE library, either auto-detected by autoconf or overridden with a
--with-fuse=/path/to/lib
sort of configure flag.The text was updated successfully, but these errors were encountered: