Installation for development of webserver

webserver This is the code form my blog post https://rsdoiel.github.io/blog/2025/06/30/Build_a_Static_Web_Server.html

Installing from source

Required software

Steps

  1. git clone https://github.com/rsdoiel/webserver
  2. Change directory into the webserver directory
  3. Make to build, test and install
git clone https://github.com/rsdoiel/webserver
cd webserver
make
make test
make install