Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 563 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 563 Bytes

V8 embedder example built with GN

Instructions

Checking out source

Get depot_tools first.

mkdir new-project
cd new-project
git clone https://github.com/victorgomes/v8-gn-example.git
gclient config https://github.com/victorgomes/v8-gn-example.git --unmanaged
cd v8-gn-example
gclient sync

Build and run example

gn gen out/release
autoninja -C out/release hello-world
./out/release/hello-world