From 8177ba47f7e07a4df6fc5abfd7c031bce927c75c Mon Sep 17 00:00:00 2001 From: Dora Date: Wed, 18 Jun 2025 00:54:17 +0200 Subject: [PATCH] Including a build section so lars doesn't have a stroke trying to understand basics of cmake --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c51fa78..f4c2548 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ -# FileHosting +# TNC File Hosting -The Night Club's very own basic image hosting web frontend. \ No newline at end of file +The Night Club's very own basic image hosting web frontend. + +# Building + +1. To build the project you must install the header-only (a.k.a not-boost version) of ASIO. + +(in debian-based systems run ``# apt install libasio-dev``) + +2. make ``build/`` directory inside the repo +3. run ``$ cmake ..`` +4. lastly run ``$ make`` + +You can run ``./Webserver`` to run the server fully.