3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-14 21:08:46 +00:00

Merge pull request #164 from mlr-msft/master

clarified README with information provided in issue #163.
This commit is contained in:
Nikolaj Bjorner 2015-07-16 10:40:52 -07:00
commit a7a0deed3f

9
README
View file

@ -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
32-bit builds, start with:
python scripts/mk_make.py
or instead, for a 64-bit build:
python scripts/mk_make.py -x
then:
cd build
nmake