SerCeMan / jnr-fuse

FUSE implementation in Java using Java Native Runtime (JNR)
MIT License
370 stars 88 forks source link

Add support for Mac #3

Closed btiernay closed 7 years ago

btiernay commented 9 years ago

The approach used by paralleluniverse/javafs should be considered.

SerCeMan commented 9 years ago

Can you provide example of code, which causes a crash?

SerCeMan commented 9 years ago

x86-64 architecture is fully supported,

btiernay commented 9 years ago

Any plans to add support for Mac? Something similar to:

SerCeMan commented 9 years ago

No, I haven't plan to support Mac, because our infrastructure based on linux.

btiernay commented 9 years ago

Would you be open to contributions in general and Mac support in particular?

SerCeMan commented 9 years ago

Yes! Any pull requests are welcome!

SerCeMan commented 7 years ago

0.4.0 supports MacOS (tested with osxfuse)