Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 857 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 857 Bytes

httpd server

Compiled

Ready-to-use binaries

How to compile

Prerequisites

  • Cmake >= 3.13
  • C++17 / GCC >= 8.0
  • Conan
  • For Unix: Makefile
  • For Windows: Visual Studio 15

Installation

  • Clone this repository
  • On Unix System cd install && ./install.sh
  • On Windows System cd install && start install.bat
  • Project binaries built at /generated

Misc

Install Cmake 3.13 on Linux Distributions

PATH="/path/to/cmake/bin:$PATH"
export PATH