Skip to content

gn0mesort/passgen

Repository files navigation

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