install bc package on linux for the check_schema_version script
This commit is contained in:
parent
3aac8930cc
commit
93566840b9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue