Skip to content

Sekky61/etiketa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages