Re: [v8-users] Help building v8 from source without network communication

2015-05-29 Thread Jakob Kummerow
To clarify: - building V8 never requires internet access - getting the V8 source and build dependencies always requires internet access (how else would you download anything?) - GYP is not part of depot_tools - GYP is always required for building V8 - GYP does not require internet access - there's

Re: [v8-users] Help building v8 from source without network communication

2015-05-29 Thread Ben Noordhuis
On Fri, May 29, 2015 at 12:01 AM, 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

[v8-users] Help building v8 from source without network communication

2015-05-28 Thread Tim Galvin
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 th