Browse Source

add sqlite to brew pkgs

in dependency installation script
Jens Keim 6 years ago
parent
commit
1b708c693a
1 changed files with 1 additions and 1 deletions
  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..."