3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 03:07:07 +00:00

fixed typo

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-31 14:36:18 -07:00
parent 6d8b8a762c
commit 9072d80995

2
README
View file

@ -25,7 +25,7 @@ You can change the installation p
Use the following commands to install in a different prefix (e.g., /home/leo).
autoconf
./configure --prefix=/home
./configure --prefix=/home/leo
python scripts/mk_make.py
cd build
make