CO
constarg/terminal-tool-builder-lib
This library can be used to create terminal tools easily and quickly.
terminal-tool-builder-lib
This library can be used to create terminal tools easily and quickly.
Installation requirements
The following packages must be installed.
sudo apt-get install build-essential cmake git gcc
Download & Build
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.
Documentation
The documentation of the library can be found in the wiki!!
Contributors
On this page
Languages
C98.0%CMake2.0%
Contributors
GNU General Public License v3.0
Created January 5, 2022
Updated November 7, 2024