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

doc: update readme ()

add the command to `mkdir build` first
This commit is contained in:
Chaoqi Zhang 2022-03-15 00:30:08 +08:00 committed by GitHub
parent 545341e699
commit 313b87f3c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ python scripts/mk_make.py -x
then:
```bash
cd build
mkdir build && cd build
nmake
```
@ -54,7 +54,7 @@ Execute:
```bash
python scripts/mk_make.py
cd build
mkdir 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
cd build
mkdir build && cd build
make
make install
```