Index: tools/install_dependencies.sh |
diff --git a/tools/install_dependencides.sh b/tools/install_dependencies.sh |
similarity index 76% |
rename from tools/install_dependencides.sh |
rename to tools/install_dependencies.sh |
index f262117660558ed43f424f66e36c01bb5939ed62..8d75c98918d4c73111bfb95278cfe2801eb6c3a4 100755 |
--- a/tools/install_dependencides.sh |
+++ b/tools/install_dependencies.sh |
@@ -4,6 +4,10 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+# install_dependencies.sh will install system-specific Skia |
+# dependencies using your system's package manager. If your system is |
+# not supported, add logic here to support it. |
+ |
if command -v lsb_release > /dev/null ; then |
case $(lsb_release -i -s) in |
Ubuntu) |