winfsp/tst/memfs-fuse/README.md
2021-11-13 10:11:45 +00:00

275 B

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).