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

Compiling v8/v8js instructions for MacOS outdated #401

Closed lamesensei closed 2 years ago

lamesensei commented 5 years ago

Hi, I'm trying to install use v8js via pecl but I cant get the correct compile(?) files for the pecl command (pecl install v8js)

I've tried brew's v8; compiling v8 with linux and other instructions (gn with-component-build true) but none of them work... the old make instructions do not even start (no make target error)

usback commented 5 years ago

i want to use my project v8js but do not working os mac and linux .

https://github.com/phpv8/v8js/blob/php7/README.Linux.md https://github.com/phpv8/v8js/blob/php7/README.MacOS.md it do not compile everything. pecel intsall v8js -> same error.

do anybody know about install v8js ????

joseph1125 commented 5 years ago

I already gave up because of the difficulty of installing and use nginx upstream to a node server instead

noogen commented 5 years ago

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