Skip to content

Commit

Permalink
fix: require protobuf-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelger committed Sep 20, 2024
1 parent 1ac7e9f commit e23c645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/src/assembly/resources/fed/ns3/ns3_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ arg_federate_file=""
arg_integration_testing=false
arg_make_parallel=""

required_programs=( python3 gcc unzip tar lbzip2 )
required_programs=( python3 gcc unzip tar lbzip2 protobuf-compiler )
required_libraries=( "libprotobuf-dev >= 3.7.0" "libxml2-dev" "libsqlite3-dev" )

####### configurable parameters ##########
Expand Down

0 comments on commit e23c645

Please sign in to comment.