Template
1
0
Files
WebBase/README.md
Dora 8177ba47f7 Including a build section
so lars doesn't have a stroke trying to understand basics of cmake
2025-06-18 00:54:17 +02:00

16 lines
394 B
Markdown

# TNC File Hosting
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.