Re: [v8-users] Build v8 with VS2015 and use prefered v8 version

2016-09-13 Thread Jochen Eisinger
You can also manually download all dependencies, but that's not documented, so yes, it's pretty much fetch only Raefaldhi Amartya Junior schrieb am Mi., 14. Sep. 2016, 03:11: > So i must use fetch v8, no other way? > > -- > -- > v8-users mailing list > v8-users@googlegroups.com > http://groups.g

Re: [v8-users] Build v8 with VS2015 and use prefered v8 version

2016-09-13 Thread Raefaldhi Amartya Junior
So i must use fetch v8, no other way? -- -- 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,

Re: [v8-users] Build v8 with VS2015 and use prefered v8 version

2016-09-13 Thread Raefaldhi Amartya Junior
So i must download v8 with fetch v8? -- -- 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, s

Re: [v8-users] Build v8 with VS2015 and use prefered v8 version

2016-09-13 Thread Jochen Eisinger
Please follow these steps: https://github.com/v8/v8/wiki/Building%20with%20GN If you want to use a specific version, you can check out that branch / tag and re-run gclient sync On Tue, Sep 13, 2016 at 3:16 AM Raefaldhi Amartya Junior < raefaldhiamar...@gmail.com> wrote: > How to build prefered v

[v8-users] Build v8 with VS2015 and use prefered v8 version

2016-09-12 Thread Raefaldhi Amartya Junior
How to build prefered v8 version? Here is my step: 1. Download v8- 5.3.332.43 from here: https://github.com/v8/v8/releases/5.3.332.43 2. Unzip 3. cd /d v8- 5.3.332.43 4. gn args out.gn/foo I got error: gn.py: Could not find any checkout in any parent of the current path. This must be run insid