Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's meaning of cd <v8 checkout> ? #5

Open
zhangzhuang15 opened this issue Aug 11, 2023 · 1 comment
Open

What's meaning of cd <v8 checkout> ? #5

zhangzhuang15 opened this issue Aug 11, 2023 · 1 comment

Comments

@zhangzhuang15
Copy link

I install your plugin, but find that I still do installation of language server. I don't understand what's meaning of cd <v8 checkout>, what is v8 checkout ? And invoke these commands in v8 source code root directory?

@Liedtke
Copy link
Member

Liedtke commented Aug 11, 2023

And invoke these commands in v8 source code root directory?

That's exactly the meaning. cd into the directory where your v8 checkout (git repository) is located.
Then at that location you can run the autoninja command from the README.
If you don't have a build directory yet for the autoninja command you'd have to create it using gn gen as described by the chromium build instructions (link).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants