diff options
Diffstat (limited to '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 |
