aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/README.md b/README.md
index 293a1c7..93400d0 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,17 @@ Pack is a simple serialisation and deserialisation library for C.
Dependencies
------------
-- A redo implementation (Tested with apenwarr and jdebp)
-- A relatively recent copy of bash
-- A C compiler with C11 support
+- A redo implementation.
+ - <http://news.dieweltistgarnichtso.net/bin/redo-sh.html> Tested building and
+ development. 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
+ rebuilds but generally very fast.
+- A relatively recent copy of bash and some other core utilities.
+- A C compiler with C11 support.
Compilation
-----------