A lightweight TUI library written in C++11 for Linux.
- Clone the repository:
git clone https://github.com/LioQing/ttui
- Enter the cloned folder:
cd ttui
- Run the make file
- Debug build:
make
ormake debug
- Release build:
make release
- Test build:
make test
,make test_build
,make test_release
,make test
andmake test_release
run the executable as well
- Debug build:
- The static library .a file is in the build folder inside the repository folder