There was an error while loading. Please reload this page.
1 parent bc4833f commit 28eda32Copy full SHA for 28eda32
1 file changed
src/install.md
@@ -15,8 +15,10 @@ This shall print the help menu of Movy.
15
Additionally, you could also build `Movy` locally.
16
17
```bash
18
-# Install dependencies
19
-apt install -y libssl-dev libclang-dev
+# Install dependencies on Ubuntu/Debian
+apt install -y libssl-dev libclang-dev libz3-dev
20
+# Install dependencies on macOS
21
+brew install z3
22
23
# Build movy
24
git clone https://github.com/BitsLabSec/movy
0 commit comments