From: cat æscling <11325618-aescling@users.noreply.gitlab.com> Date: Sat, 29 Jul 2023 15:38:57 +0000 (-0400) Subject: README: correct runtime dependencies X-Git-Tag: v1.0.0~9 X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=666966209862c35ca55be492ef2a8f40e61cdaa6;p=httpd-execline.git README: correct runtime dependencies --- diff --git a/README.md b/README.md index 6916e6c..e677d68 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,14 @@ difficult to use dynamically linked versions of its hard dependencies. a feasible configuration is to place statically linked dependencies into `./binaries`: -+ [s6-portable-utils](https://skaret.org/software/s6-portable-utils/) -`s6-applyuidgid`, `s6-echo` ++ [s6](https://skaret.org/software/s6-portable-utils/): +`s6-applyuidgid` ++ [s6-portable-utils](https://skaret.org/software/s6-portable-utils/): +`s6-echo` + [9base](https://tools.suckless.org/9base/): `tr(1)`, `read(1)`, `urlencode(1)` - there has not been a release in a long time. urlencode was added in [51cdf1141edd627428ecf0b8bd643142dd5c3773](https://git.suckless.org/9base/commit/51cdf1141edd627428ecf0b8bd643142dd5c3773.html) - and there has not been a tagged release since. - some 9base commands do not build on my system, but thankfully none of the tools required by httpd.execline fail. + [toybox](http://www.landley.net/toybox/): `wc(1)`,