浏览代码

add sqlite to brew pkgs

in dependency installation script
Jens Keim 6 年之前
父节点
当前提交
1b708c693a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/install_dependencies.sh

+ 1 - 1
resources/install_dependencies.sh

@@ -59,7 +59,7 @@ install_pkg_ubuntu()
 
 install_pkg_darwin()
 {
-    BREW_PKGS="cmake python coreutils libdnet libtins boost boost-python --with-python3"
+    BREW_PKGS="cmake python coreutils libdnet libtins sqlite boost boost-python --with-python3"
 
     # Check first to avoid unnecessary update
     echo -e "Packages: Checking..."