Skip to content

Commit

Permalink
fix: typos in qtbase5-dev and libexpat1-dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixoo committed Dec 28, 2024
1 parent 5075fc2 commit 19ca76a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ In apt, libraries always begin with `lib`. When they are to be used to compile s

```
sudo apt install pkg-config ninja-build python3 cmake clang \
libunwind-dev libexpat-dev libharfbuzz-dev libfreetype-dev libfontconfig-dev libpng-dev libwebp-dev libicu-dev \
libunwind-dev libexpat1-dev libharfbuzz-dev libfreetype-dev libfontconfig-dev libpng-dev libwebp-dev libicu-dev \
libavformat-dev libavcodec-dev libavutil-dev libswscale-dev libswresample-dev \
qt5base qtdeclarative5-dev qml-module-qtquick-controls qtmultimedia5-dev \
qtbase5-dev qtdeclarative5-dev qml-module-qtquick-controls qtmultimedia5-dev \
libjpeg-turbo8 zlib1g libqscintilla2-qt5-dev
```

Expand Down

0 comments on commit 19ca76a

Please sign in to comment.