mirror of
https://github.com/winfsp/winfsp.git
synced 2025-11-27 22:10:23 +08:00
| .. | ||
| .gitignore | ||
| compat.h | ||
| Makefile | ||
| memfs-fuse3.cpp | ||
| memfs-fuse3.sln | ||
| memfs-fuse3.vcxproj | ||
| memfs-fuse3.vcxproj.filters | ||
| README.md | ||
Memfs-fuse3 is an in-memory FUSE3 file system.
It can be built with the following tools:
- Using Visual Studio (
memfs-fuse3.sln). - Using Cygwin GCC and linking directly with the WinFsp DLL (
make winfsp-fuse3). - Using Cygwin GCC and linking to CYGFUSE3 (
make cygfuse3).