1
0
forked from cat/WebBase
Files
FileHoster/README.md

413 B

Web Base for C++

A good starting point for web development on C++. Do implement security stuff.

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)

  1. make build/ directory inside the repo
  2. run $ cmake ..
  3. lastly run $ make

You can run ./Webserver to run the server fully.