swesterfeld / liquidsfz

SFZ Sampler
Mozilla Public License 2.0
86 stars 12 forks source link

Debian package to satisfy readline #23

Closed jamshark70 closed 3 years ago

jamshark70 commented 3 years ago

Ubuntu Studio 18.04. I have libreadline-dev, libreadline7, and readline-common installed.

./autogen.sh (btw your readme says ./configure but this file is not shipped -- there is configure.ac but it isn't executable -- I think it should be autogen instead) says "No package 'readline' found."

Then:

$ sudo apt-get install readline
[sudo] password for dlm: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package readline

So it isn't immediately evident how to satisfy the requirement. Thanks for tips.

jamshark70 commented 3 years ago

Ah, I just found https://utcc.utoronto.ca/~cks/space/blog/linux/Ubuntu1804ReadlineMess

So I guess we can close this as it's Ubuntu's fault rather than liquidsfz's. (Though the readme still needs the little tweak.)