diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2020-10-21 19:22:58 -0400 |
---|---|---|
committer | Glenn Strauss <gstrauss@gluelogic.com> | 2020-10-21 19:22:58 -0400 |
commit | 8dae5bd4050a55da4ca46e0464ebb2a564b4ae70 (patch) | |
tree | 0cc031bb07295e9cc377ff031dba8b1c57b3557d /INSTALL | |
parent | dab212b5f5ee468b632f40f28699efc810f27210 (diff) | |
download | lighttpd-git-8dae5bd4050a55da4ca46e0464ebb2a564b4ae70.tar.gz |
[doc] replace bzip2 refs with brotli
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -195,12 +195,12 @@ 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 bzip2 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 fcgi p5-cgi libunwind libunwind-headers mysql57 libev gdbm openldap ossp-uuid # Note: some of the above require more fiddling to configure with CMake... # cmake and build # (all -DWITH_... flags below are optional) - $ cmake -Wno-dev -DWITH_OPENSSL=1 -DWITH_LUA=1 -DWITH_ZLIB=1 -DWITH_BZIP2=1 -DWITH_WEBDAV_PROPS=1 . + $ cmake -Wno-dev -DWITH_OPENSSL=1 -DWITH_LUA=1 -DWITH_ZLIB=1 -DWITH_BROTLI=1 -DWITH_WEBDAV_PROPS=1 . $ make -j 4 $ make test |