`libhttpserver` available in C++ Repls?

I’m writing an application in C++ that has web page component for file upload. I’ve included libhttpserver but get an error message stating it’s not installed on the system.

How do I include libhttpserver? Is there a Makefile system used for C++ deployments?