summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-09-26 16:45:43 -0400
committerDrew DeVault <sir@cmpwn.com>2020-09-26 16:45:43 -0400
commita35a910c6321b959511644461b56444b578a2013 (patch)
tree2a96a6c82ad085c8898b698ff16683b45d6f66e7 /README.md
parent0933880b2ba2990bc6a9ed14a4a44cfbfcc2154e (diff)
downloadgmnisrv-a35a910c6321b959511644461b56444b578a2013.tar.gz
gmnisrv-a35a910c6321b959511644461b56444b578a2013.tar.xz
gmnisrv-a35a910c6321b959511644461b56444b578a2013.zip
Add dependency list
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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