aboutsummaryrefslogtreecommitdiff
path: root/BUILD.txt
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-20 17:24:00 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-20 17:24:00 -0500
commitab5e175af162665c9ef09634ee5e32a05460d9b7 (patch)
tree771362ee67d3c9e09836e0e6dde7c7f8945fae37 /BUILD.txt
parent23f0ae0207876505774e27dbe1c06e6e51f8989a (diff)
downloadunalf-ab5e175af162665c9ef09634ee5e32a05460d9b7.tar.gz
Tweak BUILD.txt.
Diffstat (limited to 'BUILD.txt')
-rw-r--r--BUILD.txt4
1 files changed, 4 insertions, 0 deletions
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