Skip to content

Latest commit

 

History

History
33 lines (31 loc) · 1.55 KB

README.md

File metadata and controls

33 lines (31 loc) · 1.55 KB

Build Status Build status Docker Pulls Coverity Scan Build Status Documentation GitHub License

How to use

1. Pre-install

Install mustache and nlohmann_json (it also may require boost or other libraries)

2. Install

 $ mkdir build
 $ cd build
 $ cmake ..
 $ make
 $ make install

3. Using

find_package(akrava_web-server)
find_package(mstch)
find_package(nlohmann_json)
target_link_libraries(${PROJECT_NAME} akrava::akrava_web-server nlohmann_json::nlohmann_json mstch::mstch)

Examples

See here

Deployed demo-site could be found here

Documentation

see documentation: online | pdf

Docker image

see here