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

Added libicu-dev dependency

This commit is contained in:
Tieme van Veen 2016-04-07 14:10:43 +02:00 committed by Stefan Siegl
parent 1d46741ced
commit 5fa653da23

View File

@ -29,7 +29,11 @@ In that case copy those two files to `/usr/share/v8/...`.
Compile latest V8
-----------------
```
# Install `libicu-dev` if you haven't already:
sudo apt-get install libicu-dev
cd /tmp
# Install depot_tools first (needed for source checkout)