1
0
mirror of https://github.com/lxsang/ant-http synced 2024-06-29 11:59:48 +02:00

Update README.md

This commit is contained in:
Xuan Sang LE 2021-02-05 03:31:06 +01:00 committed by GitHub
parent 386146fd9c
commit 31accd9060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ A lightweight and portable HTTP/HTTPs web server written in C:
### server dependencies
* libssl-dev (expecting openssl v1.1.1d, only support TLSv1.2 and TLSv1.3)
* libsqlite3-dev
* zlib-dev
### build
When all dependencies are installed, the build can be done with a few single command lines: