-
Notifications
You must be signed in to change notification settings - Fork 22
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
Win2k3 installation #2
Comments
+1 I got this far with custom version of node-icu-charset : https://github.com/santeriv/node-icu-charset-detector/blob/patch-1/binding.gyp on Win 7 and Win 8 First of course downloaded/unzipped 32-bit icu release.zip \lib \bin \Include folders to my Visual Studio\VC http://site.icu-project.org/download/51#TOC-ICU4C-Download in my package.json I have it like this: "dependencies": {
....
"node-icu-charset-detector": "git://github.com/santeriv/node-icu-charset-detector.git#patch-1"
}, Error was still (wrong i18n lib icuin.lib??)
|
Guess no one cares about Windows users ;x |
download icu, unpack the includes to ~.node-gyp\5.10.0\include\node getting this now though:
|
I've spend a few hours now trying to get this to build on a windows machine, do you have any tips? There are all sorts of VS linker errors and a lot of the calls seem to be hardcoded for UNIX.
The text was updated successfully, but these errors were encountered: