在配置文件中使用/ opt / v8而不是/ usr

时间:2016-03-22 04:02:24

标签: php linux laravel v8 configure

我遵循本指南:https://github.com/phpv8/v8js/blob/master/README.Linux.md

我有一个问题:

  

如果您不想覆盖v8的系统副本,请替换/ usr in   上面的命令与其他路径如/ opt / v8然后添加   --with-v8js = / opt / v8到下面的php-v8js ./configure命令。

我应该在配置文件中添加--with-v8js = / opt / v8?

以下是配置文件:http://expirebox.com/download/85d34ccf80cc75afc5fb41b3ae0ceec2.html

1 个答案:

答案 0 :(得分:0)

and then add --with-v8js=/opt/v8 to the php-v8js ./configure command

cd /tmp
git clone https://github.com/phpv8/v8js.git
cd v8js
phpize
./configure --with-v8js=/opt/v8 <---this is where you add it
make
make test
sudo make install