Skip to content

Commit 9d05edf

Browse files
committed
minor fix of readme for meson build
the build folder already exist for gen_version.sh Signed-off-by: Carl Zhang <[email protected]>
1 parent 3aadcf0 commit 9d05edf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ sudo make install
4444
```
4545
or build using Meson
4646
```
47-
mkdir build
48-
cd build
47+
mkdir builddir
48+
cd builddir
4949
meson .. -Dprefix=/usr -Dlibdir=/usr/lib/x86_64-linux-gnu
5050
ninja
5151
sudo ninja install
@@ -59,8 +59,8 @@ sudo make install
5959
```
6060
or build using Meson
6161
```
62-
mkdir build
63-
cd build
62+
mkdir builddir
63+
cd builddir
6464
meson .. -Dprefix=/usr -Dlibdir=/usr/lib64
6565
ninja
6666
sudo ninja install

0 commit comments

Comments
 (0)