Browse Source

Added libicu-dev dependency

Tieme van Veen 9 năm trước cách đây
mục cha
commit
64d29f8169
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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)