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.
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-configin all Nymph project's Makefiles. What are your thoughts on this?Some systems use
pkgconfor other alternatives topkg-config. I would make the executable overridable withPKG_CONFIG, but it should be considered when picking a default value for the executable.