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
|
||||
|
||||
* 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user