1
0
mirror of https://git.sr.ht/~sircmpwn/gmnisrv synced 2024-06-08 17:30:43 +00:00

Add dependency list

This commit is contained in:
Drew DeVault 2020-09-26 16:45:43 -04:00
parent 0933880b2b
commit a35a910c63

View File

@ -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