From 13b40041bcef4a5291e5c8f5b15e9ffff194c564 Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Fri, 10 Nov 2023 09:56:28 +0100 Subject: adding a note on dependencies --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 3cea926..a55bc0c 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,14 @@ AUTHOR Also, the passwords should *preferably* be output in columns. The number of columns should be dynamic, and dependant on the width of the screen. +#### Dependencies + +I want these programs to be able to run without having to install lots of +extra packages. Therefore, I try to minimize external dependencies to what's +available with POSIX. However, this limitation does not apply to the languages +which get compiled - as long as they handle their own dependencies, and the +binary can run without the need to install extra fluff. + ### Character sets Normal character set: `abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_` -- cgit v1.2.3