diff --git a/scripts/install_deps_mac.sh b/scripts/install_deps_mac.sh index ee25584f..abd281c3 100755 --- a/scripts/install_deps_mac.sh +++ b/scripts/install_deps_mac.sh @@ -9,6 +9,7 @@ brew install --verbose \ ccache \ ffmpeg \ glew \ + glog \ libjpeg \ libpng \ libtiff \ diff --git a/scripts/install_deps_ubuntu.sh b/scripts/install_deps_ubuntu.sh index c0578c7b..61ef0bf4 100755 --- a/scripts/install_deps_ubuntu.sh +++ b/scripts/install_deps_ubuntu.sh @@ -26,6 +26,7 @@ sudo apt-get -y install \ libegl1-mesa-dev \ libglew-dev \ libglm-dev \ + libgoogle-glog-dev \ libgtest-dev \ libopencv-dev \ libssl-dev \