Or if GYP is needed to build, can I also install GYP (depot_tools?) in the 
same offline fashion and then install v8 using the standalone GYP 
installation without any more network calls?

On Thursday, May 28, 2015 at 3:01:30 PM UTC-7, Tim Galvin wrote:
>
> Hello, 
>
> I'm having trouble figuring out a way to install v8 on a machine in a 
> fashion that wouldn't require any connection to the network. I'd like to 
> essentially scp a tarball of some sort to a host, and then (aside from 
> using ssh to issue commands) install v8 on the host without talking to the 
> network at all. 
>
> I've tried running "git clone https://chromium.googlesource.com/v8/v8.git";, 
> bundling the repo in a tar file, scp'ing it to the host in question, and 
> then running "make" or "make native" with no luck.
>
> When I try to use the instructions here 
> https://code.google.com/p/v8-wiki/wiki/BuildingWithGYP, I keep an eye on 
> things with "watch -n .1 ss -tp" and notice a ton of network traffic calls 
> associated with git.
>
> Is there just a plain simple way to install v8 from source without using 
> GYP or the public internet?
>
> Thanks
>

-- 
-- 
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