Skip to content

Instantly share code, notes, and snippets.

@ms705
Last active June 2, 2016 04:01
Show Gist options
  • Save ms705/2d8bfd56619a932293b3c19aef2c21fd to your computer and use it in GitHub Desktop.
Save ms705/2d8bfd56619a932293b3c19aef2c21fd to your computer and use it in GitHub Desktop.
Musketeer Ubuntu 15.10 build fix
diff --git a/scripts/setup.sh b/scripts/setup.sh
index fadd7b0..bdee030 100755
--- a/scripts/setup.sh
+++ b/scripts/setup.sh
@@ -14,7 +14,7 @@ BASE_PKGS="wget subversion autoconf zlib1g-dev python-pip libcurl4-gnutls-dev li
BOOST_PKGS="libboost-math-dev libboost-system-dev libboost-thread-dev libboost-regex-dev libboost-filesystem-dev libboost-program-options-dev libboost-iostreams-dev mpich2"
ANTLR_PKGS="antlr3 libantlr3c-dev"
CTEMPLATE_PKGS="libctemplate-dev"
-GOOGLE_PKGS="libgflags-dev libprotobuf-dev libprotobuf-c0-dev protobuf-c-compiler libgoogle-perftools-dev protobuf-compiler"
+GOOGLE_PKGS="libgflags-dev libprotobuf-dev libprotobuf-c-dev protobuf-c-compiler libgoogle-glog-dev libgoogle-perftools-dev protobuf-compiler"
#HDFS_PKGS="libhdfs0 libhdfs0-dev"
HDFS_PKGS=""
MONO_PKGS="mono-mcs mono-xbuild mono-utils mono-runtime-sgen mono-runtime-common mono-runtime mono-mcs mono-dmcs mono-devel libmono-profiler mono-gmcs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment