瀏覽代碼

Merge pull request #225 from tiemevanveen/patch-2

Added libicu-dev dependency
Stefan Siegl 9 年之前
父節點
當前提交
5c4b27cca4
共有 1 個文件被更改,包括 4 次插入0 次删除
  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)