Testing #4

Merged
fedir merged 5 commits from Testing into main 2025-03-18 09:53:26 +01:00
Showing only changes of commit 3b69fd43e3 - Show all commits

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)
- Debian: `sudo apt install fuse3 libfuse3-dev`
+ 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.
- Install dependencies
- libfuse3
- Debian: `sudo apt install fuse3 libfuse3-dev`
- zenity
- Debian: `sudo apt install zenity`
- 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