mooz / node-icu-charset-detector

A simple binding of ICU character set detection for Node.js
MIT License
86 stars 22 forks source link

Use brew link instead of manually symlinking ic4c #13

Closed erkie closed 9 years ago

erkie commented 9 years ago

Simply using brew link instead of manually symlinking works as well, and is probably easier to maintain. The --force flag is needed because the ic4c library is marked as "keg only". I verified that it worked locally by unlinking the old symlinks, brew uninstall icu4c and running these two commands.

mooz commented 9 years ago

Cool! Thx!