On Sat, Oct 15, 2016 at 7:58 PM, Temuri Imnaishvili <temuri...@gmail.com> wrote:
> Hi all,
>
> I've successfully compiled V8 with gn following instructions at
> https://github.com/v8/v8/wiki/Building%20with%20GN (using tools/dev/v8gen.py
> x64.release)
>
> However, I cannot find v8 .so files anywhere. As a result, v8js would not
> compile.
>
> What's the right way to build V8 to have .so files?
>
> Thanks!

Untested but I believe either running `tools/dev/v8gen.py x64.release
-- is_component_build=true` or passing
--args="is_component_build=true" to `gn gen` should do it.

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to