diff options
| author | Drew DeVault <sir@cmpwn.com> | 2020-09-26 16:45:43 -0400 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2020-09-26 16:45:43 -0400 |
| commit | a35a910c6321b959511644461b56444b578a2013 (patch) | |
| tree | 2a96a6c82ad085c8898b698ff16683b45d6f66e7 | |
| parent | 0933880b2ba2990bc6a9ed14a4a44cfbfcc2154e (diff) | |
| download | gmnisrv-a35a910c6321b959511644461b56444b578a2013.tar.gz gmnisrv-a35a910c6321b959511644461b56444b578a2013.tar.xz gmnisrv-a35a910c6321b959511644461b56444b578a2013.zip | |
Add dependency list
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
