From adfa8e1265f6155d1a582baa9929af198bb5d4de Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 1 May 2026 17:45:39 +0200 Subject: Misc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- DEPENDENCIES | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 DEPENDENCIES (limited to 'DEPENDENCIES') 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. -- cgit v1.2.3-70-g09d2