Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 441 Bytes

File metadata and controls

31 lines (21 loc) · 441 Bytes

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