summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-12-20 21:32:50 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-12-23 03:49:43 -0500
commitfc01b820ecf497c0b3bf4dbf82f83852d2c7aefd (patch)
tree968ef15af5d8bb195e9e124b96f723cf1a773b1a /INSTALL
parentc68a7b4552b49052b3876a3e41d772ab051a1d3c (diff)
downloadlighttpd-git-fc01b820ecf497c0b3bf4dbf82f83852d2c7aefd.tar.gz
[tests] remove FastCGI test dependency on libfcgi
- rewrite fcgi-responder as standalone app fcgi-responder is now a minimal, standalone FastCGI server for tests - remove dependency on fcgi-devel package - merge fcgi-auth into fcgi-responder
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 1 insertions, 13 deletions
diff --git a/INSTALL b/INSTALL
index d3b6cca2..62abb185 100644
--- a/INSTALL
+++ b/INSTALL
@@ -142,23 +142,11 @@ required packages to run test harness ::
perl-LWP-MediaTypes
perl-Tie-Function
perl-TimeDate
- php
- php-cgi
-
-optional packages to run test harness ::
-
- fcgi-devel
-
- $ cd tests/ && make fcgi-auth fcgi-responder
run test harness
$ make check
-run test harness with additional FastCGI tests (requires fcgi-devel package)
-
- $ cd tests/ && make check-am
-
static build using SCons
------------------------
@@ -193,7 +181,7 @@ build using CMake and Xcode on Mac OS X with MacPorts
$ xcodebuild --license
$ xcode-select --install
$ sudo port selfupdate
- $ sudo port install autoconf automake cmake libtool m4 pcre pkgconfig zlib brotli openssl libxml sqlite3 openldap fcgi p5-cgi libunwind libunwind-headers mysql57 libev gdbm openldap ossp-uuid
+ $ sudo port install autoconf automake cmake libtool m4 pcre pkgconfig zlib brotli openssl libxml sqlite3 openldap libunwind libunwind-headers mysql57 libev gdbm openldap ossp-uuid
# Note: some of the above require more fiddling to configure with CMake...
# cmake and build