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