Closed hrajchert closed 11 years ago
@hrajchert I've installed icu4c using brew and I successed to install node-icu-charset-detector
.
And I can find unicode/ucsdet.h
at /usr/local/include/unicode/ucsdet.h
.
Did you do brew link icu4k
after installing icu4c ?
I think symbolic links of header files are not created if you can't find header file at there.
I didnt know there was such an option, it worked great! Thanks!
A little note here (because I lost half an hour on a @syohex typo ;-).
brew install icu4c
brew link icu4c
Seems obvious, right, but copy pasting "icu4k" without checking made me lost a lot of time.
Ah, sorry.
There's absolutely no problem: that was my fault ;-). @syohex you clearly fix the issue, so thanks again ;-).
Ive installed icu4c using brew in osx, but when I try to install node-icu-charset-detector I get:
../node-icu-charset-detector.cpp:5:10: fatal error: 'unicode/ucsdet.h' file not found