HEnquist / camilladsp

A flexible cross-platform IIR and FIR engine for crossovers, room correction etc.
https://henquist.github.io/
GNU General Public License v3.0
551 stars 48 forks source link

Error with DEBIAN 11: libc6 #317

Closed tarokeitaro closed 8 months ago

tarokeitaro commented 8 months ago

libc6 is installed by default on debian11. what do I have to do?

image

HEnquist commented 8 months ago

The pre-built binaries are built on the default Ubuntu image provided by github. That tends to use newer versions of things like libc than Debian. To get it running on Debian 11, the easiest would be to just install the rust compiler and build from source. The Cargo tool makes this process quite smooth, see the "Building" section of the readme: https://github.com/HEnquist/camilladsp/blob/master/README.md#building

HEnquist commented 8 months ago

Closing as there is nothing more to do here. Please create a new issue if there are problems when following the readme to compile.