Ver código fonte

Merge pull request #225 from tiemevanveen/patch-2

Added libicu-dev dependency
Stefan Siegl 9 anos atrás
pai
commit
5c4b27cca4
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      README.Linux.md

+ 4 - 0
README.Linux.md

@@ -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)