summaryrefslogtreecommitdiff
path: root/README.FreeBSD
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-11-30 05:07:40 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-11-30 05:07:40 -0500
commit0573ce1945a6d647d4053ad5b837bcaa8529270b (patch)
tree0e84795651c50a3eb2254edbae6714b3e4fb2f49 /README.FreeBSD
parent60c9612a7691d37a64a344b471b887f19667a43e (diff)
downloadlighttpd-git-0573ce1945a6d647d4053ad5b837bcaa8529270b.tar.gz
[doc] refresh/update dependency lists in doc
Diffstat (limited to 'README.FreeBSD')
-rw-r--r--README.FreeBSD26
1 files changed, 7 insertions, 19 deletions
diff --git a/README.FreeBSD b/README.FreeBSD
index 29da0a37..683f153a 100644
--- a/README.FreeBSD
+++ b/README.FreeBSD
@@ -2,37 +2,25 @@
FreeBSD dependencies:
- compiler:
- pkg install gcc5
+ pkg install gcc11
+ or
+ pkg install llvm13
- autotools + pkgconf (for builds from svn/git)
pkg install autotools pkgconf
- pkgconf might be needed to find libs in build from tarball too:
pkg install pkgconf
- building with cmake + ninja instead of autotools:
pkg install cmake ninja
-- libev (cross-platform event loop library) if freebsd-kqueue from lighty isn't working
- pkg install libev
- stack traces on asserts:
pkg install libunwind
- PCRE (mod_rewrite, mod_redirect, config conditionals, ...)
- pkg install pcre
+ pkg install pcre2
- TLS support (and mod_auth {SHA1} support)
pkg install libressl
- or (mysql-connector-c still requires openssl)
- pkg install openssl
-- PHP for unit tests
- pkg install php56
-- MySQL for mod_mysql_vhost
- pkg install mysql-connector-c
-- File and directory monitoring
- pkg install gamin
or
- pkg install fam
-- Lua 5.1, 5.2 or 5.3 (mod_magnet and mod_cml)
- pkg install lua51 (or lua52 or lua53)
-- memcached library (mod_cml and mod_trigger_b4_dl feature)
- pkg install libmemcached
-- gdbm (mod_trigger_b4_dl feature)
- pkg install gdbm
+ pkg install openssl
+- Lua 5.1, 5.2, 5.3, or 5.4 (mod_magnet)
+ pkg install lua51 (or lua52 or lua53 or lua54)
- LDAP (mod_auth feature)
pkg install openldap-client
- SQLite3 (required for most mod_webdav features)