-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
honor pkg-config for pd #13
Comments
On which platform(s) would this work by default? Some time ago I was looking into pkg-config as a method to find parameters for dependencies that Pd libs may have. It would be very convenient if a makefile doesn't need to specify such flags and paths. It seems that pkg-config is even available for MinGW but not trivial to install (as stated in http://www.mingw.org/wiki/FAQ). A makefile can't rely on it, so what should it do when pkg-config is not installed? The flags should be specified in the makefile after all, and the convenience is gone. |
it should work on all platforms that have
(which platform this actually could be, should be left to the user) |
The above check would work fine on platforms that have it installed. Simply fall back to current defaults on those that don't. |
Pd provides a pkg-config script, which could be utilized to guess the correct flags
The text was updated successfully, but these errors were encountered: