From ab5e175af162665c9ef09634ee5e32a05460d9b7 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 20 Nov 2025 17:24:00 -0500 Subject: Tweak BUILD.txt. --- BUILD.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD.txt b/BUILD.txt index ea26a0e..27f8ff3 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -13,6 +13,10 @@ Build dependencies: - make. This can be GNU, BSD, makepp, or probably any other standard-ish make (anyone still using Solaris?). +The build deps aren't required at runtime. The executables only use +the standard C library (e.g. libc.so.6 on Linux), and can be statically +linked if you want (try 'LDFLAGS="-static"'). + Building: If you're experienced at building software from source, src/Makefile -- cgit v1.2.3