From 6b4fb6535b53d2671f0f6b2e889bc0304580a795 Mon Sep 17 00:00:00 2001 From: Max <51083570+hmaxnl@users.noreply.github.com> Date: Sun, 14 Jan 2024 20:26:02 +0100 Subject: [PATCH] Update readme --- readme | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/readme b/readme index c08787a..27f90b4 100644 --- a/readme +++ b/readme @@ -1,13 +1,18 @@ # NetEx -Small server & client project. +Small server & client project for linux. # Contains - [x] Unix sockets -- [-] Multithreading (pthreads) +- [ ] Multithreading (pthreads) - [ ] Configuration (JSON format) - [ ] Secure connection (OpenSSL) - [ ] Encryption (OpenSSL) +# Build +- CMake +- Ninja +- Make + # Dependencies - JSON-C -- OpenSSL \ No newline at end of file +- OpenSSL