Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 765 Bytes

README.rst

File metadata and controls

34 lines (25 loc) · 765 Bytes
https://travis-ci.org/watkipet/fuse-cpp-ramfs.svg?branch=master
cd build
cmake ../src
make
make install

fuse-cpp-ramfs builds with CMake version 3.0 or greater.

fuse-cpp-ramfs requires the libfuse2-2.9 (or later) filesystem-in-userspace library and header files for successful compilation. libfuse is available at: https://github.com/libfuse/libfuse https://osxfuse.github.io

-- Peter Watkins 19-May-2017