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.
2 parents ff172f4 + e5ee35a commit 4376d59Copy full SHA for 4376d59
README.MacOS.md
@@ -3,8 +3,11 @@ V8Js on MacOS
3
4
Installation of V8Js on MacOS is pretty much straight forward.
5
6
-First of all you need a pretty fresh installation of v8 library.
7
-If you have brew around, just `brew install v8` and you should be done.
+If you have [brew](https://brew.sh) around, just `brew install
+php56-v8js` (or `php54-v8js` / `php55-v8js` depending on your PHP
8
+version) and you should be done. This will install a recent version
9
+of V8 along with this extension.
10
+
11
Otherwise you need to compile latest v8 manually.
12
13
Compile latest v8
0 commit comments