We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0edf7c2 commit 5d3e98bCopy full SHA for 5d3e98b
install.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-sudo apt-get install -y build-essential libcap-dev
+sudo apt-get install -y build-essential libcap-dev cmake
3
# Install z3
4
if [ ! $(python -c "import z3") ]; then
5
git clone https://github.com/Z3Prover/z3
0 commit comments