update readme

This commit is contained in:
Chris Cromer 2020-08-04 23:16:10 -04:00
parent fecee5afab
commit a2a975ed25
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 11 additions and 0 deletions

View File

@ -15,6 +15,10 @@ To build TUF Manager the following is needed:
- polkit-gobject
- gmodule-export
## Other requirements
This software will only work if using the [faustus](https://github.com/hackbnw/faustus) driver module.
## Build options
- valadocs
@ -23,6 +27,13 @@ Build TUF Manager's vala documentation.
- valadocs-deps
Build external valadocs that TUF Manager utilizes and calls.
- build-cli
Build the cli interface.
- build-gui
Build the gui interface.
- always-authenticated
Authentication is not required to use the TUF Server that runs in the background as a daemon, if this is set to false polkit is used for authentication. Setting this to false is more secure, but also makes things like auto restore of settings on login impossible to do without a password.