mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-08 13:48:40 +00:00
Grammar fixes
This commit is contained in:
parent
fbfce17a8b
commit
b8776318de
@ -3,12 +3,12 @@ V8Js on GNU/Linux
|
||||
|
||||
Installation of V8Js on GNU/Linux is pretty much straight forward.
|
||||
|
||||
The biggest hurdle actually is that you need a rather new v8 library.
|
||||
However most distributions still ship the rusty version 3.14, publish
|
||||
years ago, since Node.js requires such an old version.
|
||||
The biggest hurdle actually is that you need a rather new V8 library.
|
||||
However many distributions still ship the rusty version 3.14, published
|
||||
years ago.
|
||||
|
||||
This means that you usually need to compile v8 on your own before
|
||||
you can start to compile & install v8js itself.
|
||||
This means that you usually need to compile V8 on your own before
|
||||
you can start to compile & install V8Js itself.
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user