/etiketa

A FUSE based file system

Primary LanguageCMIT LicenseMIT

Instalation

Requires the libfuse shared library (libfuse.so).

Developed on version 3.16.2

Development

Dependencies

Requires the dev headers for libfuse (fuse.h).

I recommend going to libfuse Github and following the instructions there.

However, I will reiterate the steps here:

  • Pick a release from Github and download it.
  • Extract it
mkdir build
cd build
meson setup ..
ninja
sudo ninja install

The lib files should be installed. Check the log to see where.

Learn