Skip to content
/ v8-template Public template

A minimal GN project template that have V8 engine as dependency, with a hello world example, and if you use vscode, you will have full code completion as well :)

Notifications You must be signed in to change notification settings

CGQAQ/v8-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's this?

v8-template A minimal GN project template that have V8 engine as dependency, with a hello world example

HOW TO

Get the code

DO NOT USE git clone!

instead, use gclient to get the code:

gclient config --unmanaged https://github.com/CGQAQ/v8-template.git
# or if you have ssh access
gclient config --unmanaged [email protected]:CGQAQ/v8-template.git
gclient sync
cd v8-template
gn gen out/v8
autoninja -C out/v8 helloworld
./out/v8/helloworld

About

A minimal GN project template that have V8 engine as dependency, with a hello world example, and if you use vscode, you will have full code completion as well :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published