Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 731 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 731 Bytes

passgen

passgen is a password generation utility for Linux based operating systems.

Dependencies

passgen requires GNU Getopt to handle command line input. If Getopt is not available on your system passgen won't work.

passgen also requires meson and ninja to build.

Generating HTML documentation requires doxygen.

Building

$ meson build
$ meson configure build -Dbuildtype=release
$ ninja -C build

Installing

$ ninja -C build install

Generating Documentation

$ doxygen

or

$ ninja -C build doxygen