Closed srl295 closed 11 years ago
Sorry, I missed this. If you install the ICU development files you should have icu-config, unless recent versions have stopped installing it.
I've done the whole 'search really hard for libraries' thing with Imager, and it has too many corner cases for me to want to do it for this module.
ICU hasn't stopped including icu-config, but please consider using pkg-config instead, with the appropriate modules such as icu-uc and icu-i18n
On Sat, Mar 2, 2013 at 3:36 PM, Tony Cook notifications@github.com wrote:
Sorry, I missed this. If you install the ICU development files you should have icu-config, unless recent versions have stopped installing it.
I've done the whole 'search really hard for libraries' thing with Imager, and it has too many corner cases for me to want to do it for this module.
— Reply to this email directly or view it on GitHubhttps://github.com/tonycoz/Unicode-ICU/issues/1#issuecomment-14338332 .
What advantage is there with pkg-config over icu-config?
The main disadvantage I can see is that pkg-config isn't always available, while icu-config always is.
pkg-config is standardized and manages dependencies well. icu-config has some issues. ICU will attempt to install its pkg-config files regardless of whether pkg-config itself is installed.
On Sat, Mar 2, 2013 at 11:16 PM, Tony Cook notifications@github.com wrote:
What advantage is there with pkg-config over icu-config?
The main disadvantage I can see is that pkg-config isn't always available, while icu-config always is.
— Reply to this email directly or view it on GitHubhttps://github.com/tonycoz/Unicode-ICU/issues/1#issuecomment-14343218 .
Might consider using (or at least, attempting) "pkg-config ... icu-i18n" instead of icu-config