Re: [v8-users] Building in linux, either v8_libplatform and v8_libbase are all I get, or they're the only things that are missing!

2018-04-20 Thread 'Jakob Gruber' via v8-users
Did you see https://github.com/v8/v8/wiki/Building-from-Source? To build all targets, just use: $ ninja -C out.gn/golib/ On Fri, Apr 20, 2018 at 7:25 AM, Andrew Walker wrote: > I am attempting to build v8 in a wheezy VM for a binding that links > against > >- libv8 >

[v8-users] Building in linux, either v8_libplatform and v8_libbase are all I get, or they're the only things that are missing!

2018-04-19 Thread Andrew Walker
I am attempting to build v8 in a wheezy VM for a binding that links against - libv8 - v8_base - v8_init - v8_initializers - v8_libbase - v8_libplatform - v8_libsampler - v8_nosnapshot But when I build the x64 .release target, all I get is: # ./tools/dev/v8gen.py