aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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