Skip to content

Commit

Permalink
[meson] add wrapdb instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <[email protected]>

github: closes lighttpd#116
  • Loading branch information
neheb authored and gstrauss committed Sep 23, 2022
1 parent edca4d7 commit fb14470
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ mod_ssi_exprparser.h
scgi-responder
sconsbuild/
stamp-h1
subprojects/
test_common
test_configfile
test_mod
Expand Down
6 changes: 6 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ subdir('tests')

# monolithic build (contains all plugins):
# $ meson configure -D build_static=true -D buildtype=minsize

# using https://wrapdb.mesonbuild.com/
# $ mkdir -p subprojects
# $ for i in liblzma libxml2 lua lz4 pcre pcre2 sqlite3 xxhash zlib zstd; do meson wrap install $i; done
# $ for i in liblzma libxml2 lua lz4 pcre pcre2 sqlite3 xxhash zlib zstd; do meson wrap update $i; done
# $ meson configure --wrap-mode=forcefallback ...

0 comments on commit fb14470

Please sign in to comment.