This commit is contained in:
Dionysus 2023-06-27 19:11:30 -04:00
parent 2ac395e10f
commit 2d29c2854f
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ This is my personal fork of [stagit](https://codemadness.org/stagit.html) which
## Dependencies
- C compiler *(C99)*
- libc *(tested with OpenBSD, FreeBSD, NetBSD, Linux: glibc and musl)*
- libc *(tested with OpenBSD, FreeBSD, NetBSD, Linux: glibc & musl)*
- [libgit2](https://github.com/libgit2/libgit2) *(v0.22+)*
- [md4c](https://github.com/mity/md4c) *(v0.4.4+)*
- POSIX make *(optional)*