Skip to content

Commit

Permalink
minor fix of readme for meson build
Browse files Browse the repository at this point in the history
the build folder already exist for gen_version.sh

Signed-off-by: Carl Zhang <[email protected]>
  • Loading branch information
XinfengZhang committed Mar 31, 2023
1 parent 3aadcf0 commit 9d05edf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ sudo make install
```
or build using Meson
```
mkdir build
cd build
mkdir builddir
cd builddir
meson .. -Dprefix=/usr -Dlibdir=/usr/lib/x86_64-linux-gnu
ninja
sudo ninja install
Expand All @@ -59,8 +59,8 @@ sudo make install
```
or build using Meson
```
mkdir build
cd build
mkdir builddir
cd builddir
meson .. -Dprefix=/usr -Dlibdir=/usr/lib64
ninja
sudo ninja install
Expand Down

0 comments on commit 9d05edf

Please sign in to comment.