From 3b69fd43e3ffd88e31c11da4e2f244410181b61b Mon Sep 17 00:00:00 2001 From: fedir Date: Mon, 17 Mar 2025 11:11:01 +0100 Subject: [PATCH] Updated `README.md` with recent build instructions --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index db45191..bf66d92 100644 --- a/README.md +++ b/README.md @@ -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