Build system is based on CMake scripts, make and gcc/clang compilers.
All source code files are formatted with clang-format based on .clang-format configuration in the project
Include files of 7zip library are provided by git submodule 3rdparty/7zip
- Install modern c++ compiler with -std=c++20 support
- Install cmake
- Install fuse3 (devel package)
- Install 7zip (devel package)
$ make init
$ make build
$ make tidy