https://github.com/isghe/v8osxhelloworld
https://github.com/isghe/v8osxhelloworld
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/isghe/v8osxhelloworld
- Owner: isghe
- Created: 2015-04-29T11:56:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-29T12:20:44.000Z (about 10 years ago)
- Last Synced: 2025-02-16T21:43:00.372Z (4 months ago)
- Language: C++
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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