diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-07-14 18:27:15 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-07-14 18:27:15 +0100 |
commit | 18e1756dfb07d0adbd4f045534a18194839fe86c (patch) | |
tree | 530c3b11b3c50c0f4760e0da1a935fd9aca8afa5 | |
parent | 9dec303c70c1e23283bc53d158ee503870f1d2b2 (diff) | |
download | pack-18e1756dfb07d0adbd4f045534a18194839fe86c.tar.gz pack-18e1756dfb07d0adbd4f045534a18194839fe86c.tar.xz pack-18e1756dfb07d0adbd4f045534a18194839fe86c.zip |
README updates
-rw-r--r-- | README.md | 14 | ||||
-rw-r--r-- | test_gen.c | 2 |
2 files changed, 12 insertions, 4 deletions
@@ -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 ----------- @@ -157,4 +157,4 @@ int main(void) for (int j = 2; j < 4; j++) unpack_gen(out, &fmtinfo[i], j); } -} +} |