tenox7 / ttyplot

a realtime plotting utility for terminal/console with data input from stdin
Apache License 2.0
972 stars 45 forks source link

Add how to build the application to the README #7

Closed AlexanderThaller closed 5 years ago

AlexanderThaller commented 5 years ago

Just a small section on how to actually build ttyplot if neccessary.

The installation information for ncurses I took from https://www.ostechnix.com/how-to-install-ncurses-library-in-linux/.

I hope the installation instructions for the other operating systems (that are not ArchLinux) are correct.

I tested it under ArchLinux and there it was fine.

Hope this helps.

tenox7 commented 5 years ago

People who do not know how to install and compile with curses should download and use a pre-compiled binary which I provide. Also I have added a Makefile so build instructions are not required any more.