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