diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |