Shell-compatible app to visualize data in charts
Go to file
Txus Ordorika c98943aa5e update readme with compilation steps 2019-02-21 00:22:27 +01:00
src basic example with ncurses 2019-02-21 00:20:44 +01:00
.gitignore basic example with ncurses 2019-02-21 00:20:44 +01:00
README.md update readme with compilation steps 2019-02-21 00:22:27 +01:00

README.md

Compiling

*Nix

  • Install libncurses5 and libncurses5-dev
  • gcc src/main.c -lncurses