/Hman

Primary LanguageC++GNU General Public License v3.0GPL-3.0

hman

Simple library to ..............

Building source code

To build the project run:

cd hman
mkdir build && cd build
cmake .. && make

Demonstration app

When the project have been built, you can run:

./hman -h

to get the demonstration app usage.

Example

Open the main.cpp file to get an example how to use the lib.