mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
clarified README with information provided in issue #163.
This commit is contained in:
parent
7f6ef0b6c0
commit
e5b702b3f1
9
README
9
README
|
@ -4,7 +4,16 @@ Z3 can be built using Visual Studio Command Prompt and make/g++.
|
||||||
|
|
||||||
1) Building Z3 on Windows using Visual Studio Command Prompt
|
1) Building Z3 on Windows using Visual Studio Command Prompt
|
||||||
|
|
||||||
|
32-bit builds, start with:
|
||||||
|
|
||||||
python scripts/mk_make.py
|
python scripts/mk_make.py
|
||||||
|
|
||||||
|
or instead, for a 64-bit build:
|
||||||
|
|
||||||
|
python scripts/mk_make.py -x
|
||||||
|
|
||||||
|
then:
|
||||||
|
|
||||||
cd build
|
cd build
|
||||||
nmake
|
nmake
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue