Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 369 Bytes

File metadata and controls

23 lines (19 loc) · 369 Bytes

Z3 Installation Guide

Prerequisites

  • cmake is required to configure the build. Install it with your package manager on Debian/Ubuntu systems:
sudo apt install cmake

Clone the Repository

git clone https://github.com/Z3Prover/z3.git
cd z3

Build and Install

mkdir build
cd build
cmake ../
make -j
sudo make install -j