We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e2c36 commit a6d6ee3Copy full SHA for a6d6ee3
README.Linux.md
@@ -76,7 +76,7 @@ cd /tmp
76
git clone https://github.com/phpv8/v8js.git
77
cd v8js
78
phpize
79
-./configure --with-v8js=/opt/v8
+./configure --with-v8js=/opt/v8 LDFLAGS="-lstdc++"
80
make
81
make test
82
sudo make install
0 commit comments