mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
This reverts commit 313b87f3c6
.
This commit is contained in:
parent
9061ca58f1
commit
3439d2407b
|
@ -42,7 +42,7 @@ python scripts/mk_make.py -x
|
|||
then:
|
||||
|
||||
```bash
|
||||
mkdir build && cd build
|
||||
cd build
|
||||
nmake
|
||||
```
|
||||
|
||||
|
@ -54,7 +54,7 @@ Execute:
|
|||
|
||||
```bash
|
||||
python scripts/mk_make.py
|
||||
mkdir build && cd build
|
||||
cd build
|
||||
make
|
||||
sudo make install
|
||||
```
|
||||
|
@ -86,7 +86,7 @@ the ``--prefix=`` command line option to change the install prefix. For example:
|
|||
|
||||
```bash
|
||||
python scripts/mk_make.py --prefix=/home/leo
|
||||
mkdir build && cd build
|
||||
cd build
|
||||
make
|
||||
make install
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue