diff --git a/README.md b/README.md index bf66d92..b4ba479 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,19 @@ Traditional access control mechanisms in operating systems allow the same level - 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. + - Add `DEBUG=1` to show more compiler warnings. + - Add `TEST=1` to also test the program. + - Add `DIALOGUE=0` to not compile the dialogue program. - Resulting binaries should appear in the `build` directory. +## Installation + +Currently, there is no installer implemented. + ## Usage `icfs [target directory]`