Skip to content

Commit 5d3e98b

Browse files
committed
Add cmake
1 parent 0edf7c2 commit 5d3e98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
sudo apt-get install -y build-essential libcap-dev
2+
sudo apt-get install -y build-essential libcap-dev cmake
33
# Install z3
44
if [ ! $(python -c "import z3") ]; then
55
git clone https://github.com/Z3Prover/z3

0 commit comments

Comments
 (0)