added protobuf-compiler to install emane task

This commit is contained in:
Blake Harnden 2020-07-15 21:50:35 -07:00
parent 897ecc6d35
commit 495fbe5632

View file

@ -309,7 +309,7 @@ def install_emane(c, verbose=False):
elif os_info.like == OsLike.REDHAT: elif os_info.like == OsLike.REDHAT:
c.run( c.run(
"sudo yum install -y autoconf automake git libtool libxml2-devel " "sudo yum install -y autoconf automake git libtool libxml2-devel "
"libpcap-devel pcre-devel libuuid-devel make gcc-c++ " "libpcap-devel pcre-devel libuuid-devel make gcc-c++ protobuf-compiler "
"python3-setuptools", "python3-setuptools",
hide=hide, hide=hide,
) )