Sekky61 / etiketa

A FUSE based file system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A FUSE based file system

License:MIT License


Languages

Language:C 72.3%Language:Zig 27.5%Language:Shell 0.1%Language:Meson 0.1%