someguynamedjosh / audiobench

Open source modular synthesizer
https://someguynamedjosh.github.io/audiobench/
GNU General Public License v3.0
77 stars 2 forks source link

Audiobench requires shared library libtinfo.so #14

Closed rockerBOO closed 3 years ago

rockerBOO commented 4 years ago
➜ ./Audiobench.bin
./Audiobench.bin: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory

Which library is this requiring? I'm on Arch but any hint I can probably figure out which one.

someguynamedjosh commented 4 years ago

According to this issue, it looks like you need to install ncurses5-compat-libs.

rockerBOO commented 4 years ago

I don't think ncurses5-compact-libs is available anymore. I currently have libtinfo.so.6 though which links to ncurses.

libtinfo.so.6 -> libncursesw.so.6
someguynamedjosh commented 4 years ago

I should investigate removing this dependency entirely, I think the code that requires it is detecting the width of the terminal window, but this code is never actually used. It was added in because a portion of the code was originally developed as a standalone command-line utility.