Skip to content

bersen66/Stegozavr

Repository files navigation

Stegozavr.

Installation

To build service from sources you have to install conan and cmake.

$ pip install conan==1.55.0
$ pip install cmake

DB-setup

  • You have to specify DB-connection before running service. See how.

HOW TO RUN SERVICE:

  • make build-release - to build service in release mode.
  • make run-release - to run build and run service in release mode.
  • make run-tests - to build project and run unit-tests

Generate documentation:

  • $ doxygen - in this folder.