tenox7 / ttyplot

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

Possibility of Arm64 build? #56

Closed mr337 closed 1 year ago

mr337 commented 2 years ago

Seeing if it would be possible for a Arm64 debian package for support of smaller computers such as the RPI.

Running into:

$ sudo dpkg -i ttyplot_1.4-1.deb 
dpkg: error processing archive ttyplot_1.4-1.deb (--install):
 package architecture (amd64) does not match system (arm64)
Errors were encountered while processing:
 ttyplot_1.4-1.deb

Thanks!

tenox7 commented 1 year ago

packages for debian including arm64 are available from here:

https://packages.debian.org/sid/ttyplot

I have updated the documentation! Thank you!

mr337 commented 1 year ago

Thank you so much!