diff options
-rw-r--r-- | README.md | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -6,18 +6,18 @@ Pack is a simple serialisation and deserialisation library for C. Dependencies ------------ -- A redo implementation. - - <http://news.dieweltistgarnichtso.net/bin/redo-sh.html> Tested building and - 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. Overzealous - rebuilds but generally very fast. -- A relatively recent copy of bash and some other core utilities. -- A C compiler with C11 support. +- A redo implementation. + - <http://news.dieweltistgarnichtso.net/bin/redo-sh.html> Tested building + and 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. + Overzealous rebuilds but generally very fast. +- A relatively recent copy of bash and some other core utilities. +- A C compiler with C11 support. Compilation ----------- |