Update README.md
This commit is contained in:
@@ -27,6 +27,11 @@ This is a simple HTTP server for linux operating system written in C. It support
|
|||||||
```
|
```
|
||||||
|
|
||||||
3. **Compile:**
|
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
|
```bash
|
||||||
make
|
make
|
||||||
|
|||||||
Reference in New Issue
Block a user