diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-01 17:45:39 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-01 17:45:39 +0200 |
| commit | adfa8e1265f6155d1a582baa9929af198bb5d4de (patch) | |
| tree | e3cee62aa5a8768621cd294295f787b8cc54141b /DEPENDENCIES | |
| parent | Add librecrypt.7 and README (diff) | |
| download | librecrypt-adfa8e1265f6155d1a582baa9929af198bb5d4de.tar.gz librecrypt-adfa8e1265f6155d1a582baa9929af198bb5d4de.tar.bz2 librecrypt-adfa8e1265f6155d1a582baa9929af198bb5d4de.tar.xz | |
Misc
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'DEPENDENCIES')
| -rw-r--r-- | DEPENDENCIES | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..9b6d40d --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,33 @@ +Unconditional dependencies: + libc + +For Argon2 support: + libar2simplified + libar2 + libblake (indirect) + pthread (indirect) + +Build dependencies: + make + sh + echo + true + false + c99 + ar + +Install dependencies: + make + sh + echo + true + false + mkdir + cp + ln + +Notes: + make(1) must support `+=` and `!=` as defined by + The Open Group Base Specifications Issue 8 (the 2024 edition); + strict The Open Group Base Specifications Issue 7 (the 2018 edition) + compliance is not sufficient. |
