Hey
Me being most familiar with Debian-like system, I'm used to the notion that third-party libraries are taken care of by the system/package manager. When distributing my own package, I simply define the dependencies.
How can/should externals be distributed with deken that depend on other libraries? Let's say I'd like to create a deken package for the aubio library which depends on libaubio. What's the process? Would I just include a libaubio binary and make sure that pd externals link to that?
Does that work similarly on every platform or should every platform be treated differently?
Roman