This library can be used to create terminal tools easily and quickly.
The following packages must be installed.
sudo apt-get install build-essential cmake git gcc
First download the program from GitHub and go to the terminal-tool-builder-lib folder.
% git clone https://github.com/EmbeddedCat/terminal-tool-builder-lib.git
% cd terminal-tool-builder-lib/
After installation the program must be built. In order to build the program, the following instructions must be
followed.
% mkdir build
% cd build/
% cmake ../
% make
% sudo make install // This does not work at the time. But i will make it soon.
The cmake should be from version 3.21 and above, if you do not have this version please go to the following site and download the latest version: https://cmake.org/download/
After this the program will be installed and ready to run.
The documentation of the library can be found in the wiki!!