tonycoz / Unicode-ICU

Interface to ICU collationfrom perl
3 stars 2 forks source link

pkg-config ? #1

Closed srl295 closed 11 years ago

srl295 commented 12 years ago

Might consider using (or at least, attempting) "pkg-config ... icu-i18n" instead of icu-config

tonycoz commented 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.

srl295 commented 11 years ago

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 .

tonycoz commented 11 years ago

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.

srl295 commented 11 years ago

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 .

tonycoz commented 11 years ago

moved to https://rt.cpan.org/Ticket/Display.html?id=86373