update readme and Makefile
Dependencies
- [2]
2LGBHHLUAdd links to git and pijul repos from README - [3]
NZNIG2ULFix lots of warnings, adjust build flags - [4]
QAXGMU5Lupdate README - [5]
XV2V6J3Lclean up Makefile - [6]
K67E4BLTList dependencies in README - [7]
WNZP5NXYUpdate README - [8]
PSIORGCKUpdate README - [9]
SADDDVGOmakefile: add target to generate TAGS file - [10]
2J4KU52JREADME minor edit - [11]
UHHEEY5JUpdate README with build instructions using muon + samurai - [12]
2C2EF2GKmove blake3 files to vendor/blake3 - [13]
LSPDLO7RUpdate README - [14]
B3XLVPNCAdd ani.c and initial Makefile - [15]
RRUEU4S3init - [16]
ML5XMZEUMakefile: rearrange targets - [17]
3OHR6ZPHmake: prettify output
Change contents
- replacement in README.md at line 11
To build you need a compiler for C11,the [muon build system](https://muon.build/) and[samurai](https://github.com/michaelforney/samurai) (meson and ninja shouldalso work).To build you need a compiler for C11, the [meson buildsystem](https://mesonbuild.com/) and[ninja](https://ninja-build.org/). ([muon](https://muon.build/) and[samurai](https://github.com/michaelforney/samurai) might also work.) - replacement in README.md at line 16
At runtime, the following libraries should be available (as dynamic libraries):The following libraries should be available (as shared libraries): - edit in README.md at line 21
These dependencies are vendored (in the `vendor` directory):* [blake3](https://github.com/BLAKE3-team/BLAKE3/tree/master/c) for hashes* [zstdseekable](https://github.com/facebook/zstd/blob/dev/contrib/seekable_format/zstd_seekable_compression_format.md)a seekable variant of zstd - replacement in README.md at line 40
* No header file includes another header file (vendored dependencies areexempted from this)* No header file includes another header file (vendored dependenciesare exempted from this) - edit in Makefile at line 10
NINJA = ninjaMESON = meson - replacement in Makefile at line 14
@ninja -C build@$(NINJA) -C build - replacement in Makefile at line 16
@meson setup --warnlevel=3 build@$(MESON) setup --warnlevel=3 build - replacement in Makefile at line 18
@ninja -C build -t clean@$(NINJA) -C build -t clean - replacement in Makefile at line 20
@ninja -t graph ani | dot -Tpng -o depgraph.png@$(NINJA) -t graph ani | dot -Tpng -o depgraph.png