mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 19:51:51 +00:00
Merge pull request #225 from tiemevanveen/patch-2
Added libicu-dev dependency
This commit is contained in:
commit
5c4b27cca4
@ -29,7 +29,11 @@ In that case copy those two files to `/usr/share/v8/...`.
|
|||||||
Compile latest V8
|
Compile latest V8
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
# Install `libicu-dev` if you haven't already:
|
||||||
|
sudo apt-get install libicu-dev
|
||||||
|
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
|
||||||
# Install depot_tools first (needed for source checkout)
|
# Install depot_tools first (needed for source checkout)
|
||||||
|
Loading…
Reference in New Issue
Block a user