2016-03-22 11 views
0

私は、このガイドに従ってください:あなたはV8のシステムコピーを上書きしたくない場合は使用、

https://github.com/phpv8/v8js/blob/master/README.Linux.md

私は疑問を持っています の/ usrを/ opt/v8のような別のパスで置き換えてから、 --with-v8js =/opt/v8を下記のphp-v8js ./configureコマンドに追加してください。

ここで、configureファイルに--with-v8js =/opt/v8を入れる必要がありますか? http://expirebox.com/download/85d34ccf80cc75afc5fb41b3ae0ceec2.html

答えて

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 
:ここ

は、configureファイルです