A simple Terminal UI frame for greenhorn
***Archlinux
sudo pacman -S binutils gcc***Debian & Ubuntu
sudo apt install binutils gcc# Clone this repo
cd X-TUI && makeThe compiled product is under src/, a static library called libx-tui.a
Just add "-L. -lx-tui" at compile time (make sure this library is in the current folder)
See doc.md