Updated readme
This commit is contained in:
parent
fb18484aa8
commit
2a1e94f054
10
README.md
10
README.md
@ -15,15 +15,19 @@ Traditional access control mechanisms in operating systems allow the same level
|
|||||||
- Install dependencies
|
- Install dependencies
|
||||||
- libfuse3
|
- libfuse3
|
||||||
- Debian: `sudo apt install fuse3 libfuse3-dev`
|
- Debian: `sudo apt install fuse3 libfuse3-dev`
|
||||||
- zenity
|
|
||||||
- Debian: `sudo apt install zenity`
|
|
||||||
- Build tools
|
- Build tools
|
||||||
- Debian: `sudo apt install gcc make pkg-config`
|
- Debian: `sudo apt install gcc make pkg-config`
|
||||||
- Build using `make`:
|
- Build using `make`:
|
||||||
- In the project directory: `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.
|
- Resulting binaries should appear in the `build` directory.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Currently, there is no installer implemented.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
`icfs <FUSE arguments> [target directory]`
|
`icfs <FUSE arguments> [target directory]`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user