A toy http server library. Tested on Debian 11.
cmake
> 3.15- C++ compiler with C++11 support
- Use
cmake
to configure and build.
mkdir build
cd build
cmake ../src
cmake --build .
- Use
cmake
to install the library.
cmake --install . --prefix "{{pwd}}/shared"
See example directory for how to use the built library.