pull the project into third_party/icu and run `python build\gyp_v8`, it will generate vcxproj for icu. open `build\all.sln` and build the whole solution For your project, add `icuuc.lib;icui18n.lib` to linker -> additional library dependencies
On Sat, Oct 26, 2013 at 1:48 PM, Spencer Killen <[email protected]>wrote: > Sorry Iv can't find anything on that page that says how to build with > icu46, except I did notice it says to use Cygwin or the command prompt to > build, I built from the IDE, I don't know if that's a problem, I noticed > command was for vs 9.0 so I didn't know how to build via Cygwin for vs 2012 > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- > You received this message because you are subscribed to the Google Groups > "v8-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
