aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-07-15 17:48:44 +0100
committerTomasz Kramkowski <tk@the-tk.com>2021-07-15 17:48:44 +0100
commit13ad9f3d65efddf04cae43c5ba57bc736acd9b20 (patch)
tree1313a884186cf4ccc6de4738535a7e44cef02289
parent67358f46281ef34b6e3c805748043a9481004450 (diff)
downloadpack-13ad9f3d65efddf04cae43c5ba57bc736acd9b20.tar.gz
pack-13ad9f3d65efddf04cae43c5ba57bc736acd9b20.tar.xz
pack-13ad9f3d65efddf04cae43c5ba57bc736acd9b20.zip
README updates
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 93400d0..c17624e 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,13 @@ Dependencies
- A redo implementation.
- <http://news.dieweltistgarnichtso.net/bin/redo-sh.html> Tested building and
- development. Performance issues with jobserver.
+ development. Slightly overzealous rebuilds. Performance issues with
+ jobserver.
- <https://jdebp.uk/Softwares/redo/> Tested building and development. Bugs
with jobserver.
- <https://github.com/apenwarr/redo> Tested for building. May have some bugs
when used for development.
- - <https://github.com/leahneukirchen/redo-c/> Tested for building. Over-eager
+ - <https://github.com/leahneukirchen/redo-c/> Tested for building. Overzealous
rebuilds but generally very fast.
- A relatively recent copy of bash and some other core utilities.
- A C compiler with C11 support.
@@ -21,7 +22,7 @@ Dependencies
Compilation
-----------
-Run `./configure` (see `./configure -h` for additional options).
+Optionally run `./configure` (see `./configure -h` for options).
Run `redo all` to build the library and tests.
Testing