Updated README.md
with recent build instructions
This commit is contained in:
parent
d292abbba5
commit
3b69fd43e3
20
README.md
20
README.md
@ -12,15 +12,17 @@ Traditional access control mechanisms in operating systems allow the same level
|
|||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
* Install dependencies
|
- Install dependencies
|
||||||
+ fuse, libfuse (v3 or later)
|
- libfuse3
|
||||||
- Debian: `sudo apt install fuse3 libfuse3-dev`
|
- Debian: `sudo apt install fuse3 libfuse3-dev`
|
||||||
+ zenity
|
- zenity
|
||||||
- Debian: `sudo apt install zenity`
|
- Debian: `sudo apt install zenity`
|
||||||
* Build using `make`:
|
- Build tools
|
||||||
+ In the project directory: `make`
|
- Debian: `sudo apt install gcc make pkg-config`
|
||||||
+ Use `make DEBUG=1` for testing.
|
- Build using `make`:
|
||||||
* Resulting binaries should appear in the `build` directory.
|
- In the project directory: `make`
|
||||||
|
- Use `make DEBUG=1` for testing.
|
||||||
|
- Resulting binaries should appear in the `build` directory.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user