An open API service indexing awesome lists of open source software.

https://github.com/isghe/v8osxhelloworld


https://github.com/isghe/v8osxhelloworld

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

V8OSXHelloWorld

V8 Getting started (https://developers.google.com/v8/get_started) modifications, to compile and run with no crash on OS X 10.10.3 Yosemite

- to compile:
$ make

- to run:
$ ./hello_world

- output:
Compiled: Apr 29 2015 13:44:55
V8Version: 4.4.0 (candidate)
Hello, World!
bye bye...

Isidoro Ghezzi