ayn2op / discordo

A lightweight, secure, and feature-rich Discord terminal client.
MIT License
2.02k stars 63 forks source link

Document glibc minimum version required #306

Closed Magissia closed 1 year ago

Magissia commented 1 year ago

As is, the pre-built binary throws

./discordo: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by ./discordo) ./discordo: /lib/x86_64-linux-gnu/libc.so.6: versionGLIBC_2.34' not found (required by ./discordo)

If a specific glibc version is required, it needs to be specified somewhere.

ayn2op commented 1 year ago

5870e3e76447cf74ab4440d071bccfec8d810ca2 should fix the issue.