NymphRPC icon indicating copy to clipboard operation
NymphRPC copied to clipboard

Use pkg-config

Open meator opened this issue 5 months ago • 1 comments

I have started working on a PR to address #10 properly. I have noticed that all external libraries are hardcoded. This is (again) not portable and it makes using custom libraries that are not system installed practically impossible. Systems such as Nix and GNU Guix depend on this functionality.

I propose using pkg-config in all Nymph project's Makefiles. What are your thoughts on this?

Some systems use pkgconf or other alternatives to pkg-config. I would make the executable overridable with PKG_CONFIG, but it should be considered when picking a default value for the executable.

meator avatar Sep 21 '24 15:09 meator