From a35a910c6321b959511644461b56444b578a2013 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 26 Sep 2020 16:45:43 -0400 Subject: [PATCH] Add dependency list --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b985751..caa725f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ gmnisrv is a simple [Gemini](https://gemini.circumlunar.space) protocol server. ## Installation +Dependencies: + +- A C11 compiler and a POSIX-like system +- OpenSSL +- [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (optional) + ``` $ mkdir build $ cd build