Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update build instructions
  • Loading branch information
sammycage authored Sep 10, 2024
1 parent f258aaa commit af35c6b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ Follow the steps below to install PlutoSVG using either [Meson](https://mesonbui
git clone https://github.com/sammycage/plutosvg.git
cd plutosvg
meson setup build
ninja -C build install
meson compile -C build
meson install -C build
```

### Using CMake
Expand All @@ -81,6 +82,6 @@ ninja -C build install
git clone https://github.com/sammycage/plutosvg.git
cd plutosvg
cmake -B build .
make -C build -j2
make -C build install
cmake --build build
cmake --install build
```

0 comments on commit af35c6b

Please sign in to comment.