Skip to content

Romain-P/zia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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