Commit 93566840 authored by Fabio Bas's avatar Fabio Bas
Browse files

install bc package on linux for the check_schema_version script

parent 3aac8930
...@@ -14,7 +14,7 @@ else ...@@ -14,7 +14,7 @@ else
# common prerequisites # common prerequisites
sudo apt-get update -qq sudo apt-get update -qq
sudo apt-get install -y libprotobuf-dev protobuf-compiler cmake sudo apt-get install -y libprotobuf-dev protobuf-compiler cmake bc
if (( QT4 )); then if (( QT4 )); then
# qt4 prerequisites # qt4 prerequisites
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment