diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-20 17:24:00 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-20 17:24:00 -0500 |
| commit | ab5e175af162665c9ef09634ee5e32a05460d9b7 (patch) | |
| tree | 771362ee67d3c9e09836e0e6dde7c7f8945fae37 | |
| parent | 23f0ae0207876505774e27dbe1c06e6e51f8989a (diff) | |
| download | unalf-ab5e175af162665c9ef09634ee5e32a05460d9b7.tar.gz | |
Tweak BUILD.txt.
| -rw-r--r-- | BUILD.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
