mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
fixed problem reported by Dejan
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
60b9207485
commit
44ae1a2d70
3 changed files with 51 additions and 41 deletions
5
README
5
README
|
@ -20,9 +20,10 @@ Execute:
|
|||
It will install z3 executable at /usr/bin, libraries at /usr/lib, and include files at /usr/include.
|
||||
You can change the installation p
|
||||
|
||||
Use the following commands to install in a different prefix (e.g., /home/leo).
|
||||
Use the following commands to install in a different prefix (e.g., /home/leo), and the Z3 python
|
||||
bindings in a different python package directory.
|
||||
|
||||
python scripts/mk_make.py --prefix=/home/leo
|
||||
python scripts/mk_make.py --prefix=/home/leo --pydir=/home/leo/python
|
||||
cd build
|
||||
make
|
||||
sudo make install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue