Updated README.md with recent build instructions

This commit is contained in:
fedir 2025-03-17 11:11:01 +01:00
parent d292abbba5
commit 3b69fd43e3

View File

@ -12,15 +12,17 @@ Traditional access control mechanisms in operating systems allow the same level
## Building
* Install dependencies
+ fuse, libfuse (v3 or later)
- Install dependencies
- libfuse3
- Debian: `sudo apt install fuse3 libfuse3-dev`
+ zenity
- zenity
- Debian: `sudo apt install zenity`
* Build using `make`:
+ In the project directory: `make`
+ Use `make DEBUG=1` for testing.
* Resulting binaries should appear in the `build` directory.
- Build tools
- Debian: `sudo apt install gcc make pkg-config`
- Build using `make`:
- In the project directory: `make`
- Use `make DEBUG=1` for testing.
- Resulting binaries should appear in the `build` directory.
## Usage