Skip to content

RoofAlan/X-TUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X-TUI

A simple Terminal UI frame for greenhorn

Before build

***Archlinux

sudo pacman -S binutils gcc

***Debian & Ubuntu

sudo apt install binutils gcc

Build

# Clone this repo
cd X-TUI && make

The compiled product is under src/, a static library called libx-tui.a

Use

Just add "-L. -lx-tui" at compile time (make sure this library is in the current folder)

Docs

See doc.md

About

A simple Terminal User Interface for greenhorn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published