I am trying to compile javascript v8
in ubuntu 16.10
but I could not, I searched in google and not only found it compile it with scons
and with GYP
, but apparently it is no longer possible to use GYP
, I found how to compile it using gn
but I could not do it.
I have already downloaded v8.git
and depot_tools
, I have a directory called v8
in which I have the directories v8
and depot_tools
with their respective content.
In the compilation instructions of v8
, it says to execute:
$ gclient sync
When I execute that, the terminal returns this error:
Error: client not configured; see 'gclient config'
I really do not know how to set gclient
.