0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-11-08 18:58:41 +00:00

Grammar fixes

This commit is contained in:
Stefan Siegl 2017-11-12 14:52:04 +01:00 committed by GitHub
parent fbfce17a8b
commit b8776318de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,12 @@ V8Js on GNU/Linux
Installation of V8Js on GNU/Linux is pretty much straight forward. Installation of V8Js on GNU/Linux is pretty much straight forward.
The biggest hurdle actually is that you need a rather new v8 library. The biggest hurdle actually is that you need a rather new V8 library.
However most distributions still ship the rusty version 3.14, publish However many distributions still ship the rusty version 3.14, published
years ago, since Node.js requires such an old version. years ago.
This means that you usually need to compile v8 on your own before This means that you usually need to compile V8 on your own before
you can start to compile & install v8js itself. you can start to compile & install V8Js itself.
It is recommended to install the V8 version for V8Js off your system's It is recommended to install the V8 version for V8Js off your system's
load path, so it doesn't interfere with the V8 library shipped with your load path, so it doesn't interfere with the V8 library shipped with your