phpv8 / v8js

V8 Javascript Engine for PHP — This PHP extension embeds the Google V8 Javascript Engine
http://pecl.php.net/package/v8js
MIT License
1.84k stars 200 forks source link

Unable to install macOS High Sierra 10.13.6 #407

Closed palfaro91 closed 2 years ago

palfaro91 commented 5 years ago

Hello, I am unable to install v8js following the instructions in the macOS readme. I skip the optional part about checking out a specific version and I fail at make native ..... I get a message that say make: *** no rule to make target 'native'. Stop. I'm guessing it's because of a missing makefile?

If I checkout the 3.32.6 version i can see the makefile in the project.

Is there some steps to get the makefile with the latest v8?

noogen commented 5 years ago

I updated instruction here: https://github.com/phpv8/v8js/issues/380#issuecomment-494561788