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:
|
then:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir build && cd build
|
cd build
|
||||||
nmake
|
nmake
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ Execute:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python scripts/mk_make.py
|
python scripts/mk_make.py
|
||||||
mkdir build && cd build
|
cd build
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
|
@ -86,7 +86,7 @@ the ``--prefix=`` command line option to change the install prefix. For example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python scripts/mk_make.py --prefix=/home/leo
|
python scripts/mk_make.py --prefix=/home/leo
|
||||||
mkdir build && cd build
|
cd build
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue