tenox7 / ttyplot

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

Addition of a build system generator #65

Open elfring opened 1 year ago

elfring commented 1 year ago

I suggest to reuse a higher level build system than your current make script so that powerful checks for software features will become easier.

tenox7 commented 1 year ago

I'll pass on this one. Definitely not CMake, Autotools, maybe but I really dont like the complexity it brings. Ttyplot is so small that a few defines and makefile should be enough.

elfring commented 1 year ago
tenox7 commented 1 year ago

I'll pass, thank you.