From 0cf7548f684e89ea2fe95b7f2a10a2a38585525f Mon Sep 17 00:00:00 2001 From: Azreyo <58790873+Azreyo@users.noreply.github.com> Date: Sat, 8 Feb 2025 23:27:40 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2e8b60e..6d21ff1 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,11 @@ This is a simple HTTP server for linux operating system written in C. It support ``` 3. **Compile:** + Compile it in raw gcc + ```bash + gcc server.c config_parser.c server_config.c -o server -lssl -lcrypto -lpthread -pthread -lcjson -lcjson -I/usr/include/cjson + ``` + ```bash make