diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-05 09:54:25 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-05 09:54:25 +0100 |
commit | 3fc10906775f92e351f84d62c7a3da3191d21045 (patch) | |
tree | d4ef71d5c3c3a14e65bc6eb9e6de75f6d31b21d1 | |
parent | 7134fec4fa931167b85daca6b8b2264ffae2614d (diff) | |
download | pack-3fc10906775f92e351f84d62c7a3da3191d21045.tar.gz pack-3fc10906775f92e351f84d62c7a3da3191d21045.tar.xz pack-3fc10906775f92e351f84d62c7a3da3191d21045.zip |
README: mention apenwarr's minimal do
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ Dependencies Pack has no runtime dependencies. The following is a list of build dependencies: - An implementation of redo + - <https://raw.githubusercontent.com/apenwarr/redo/redo-0.42d/minimal/do> + Copy it to the source directory, make it executable and run it. Only + designed for building. For development, one of the other implementations + is recommended. - <http://news.dieweltistgarnichtso.net/bin/redo-sh.html> Tested building and development. Slightly overzealous rebuilds. Performance issues with jobserver. |