vilihegyi / NXLogDevApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NXLogDevApp

Written on Ubuntu 20.04 machine.

How to use: Open a terminal in the project root and run the following command:

make

This will create a build folder where the mainApp binary is generated. Run like any normal application, e.g. after running make:

./build/mainApp

About


Languages

Language:C++ 97.4%Language:Makefile 2.6%