diff options
author | Dennis Eriksen <d@ennis.no> | 2023-11-10 09:56:28 +0100 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2023-11-10 09:56:28 +0100 |
commit | 13b40041bcef4a5291e5c8f5b15e9ffff194c564 (patch) | |
tree | 621c79845cbd6f52fd0d5e05babef56cf713bdfc /README.md | |
parent | moving python-file to src (diff) | |
download | makepass-13b40041bcef4a5291e5c8f5b15e9ffff194c564.tar.gz |
adding a note on dependencies
Diffstat (limited to '')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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-_` |