From 19ca76abc445d3097049502c399fc071ee26aa33 Mon Sep 17 00:00:00 2001 From: kaixoo <21697330-kaixoo@users.noreply.gitlab.com> Date: Sat, 28 Dec 2024 12:55:39 +0200 Subject: [PATCH] fix: typos in qtbase5-dev and libexpat1-dev dependencies --- BUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index 98d5ae6a4..af35aa5f6 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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 ```