From 8561b755189c75279783489e061bc5a09335fa46 Mon Sep 17 00:00:00 2001 From: spectranator Date: Sun, 13 Apr 2025 22:49:56 +0000 Subject: [PATCH] Replaced shasum with perl in Arch Linux package dependency list as shasum doesn't exist anymore --- build-for-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-for-linux.md b/build-for-linux.md index 31323a2b1..3ede2d9c1 100644 --- a/build-for-linux.md +++ b/build-for-linux.md @@ -107,7 +107,7 @@ All other dependencies will be downloaded by [vcpkg](https://vcpkg.io/) if neede - Arch / Manjaro: ```bash - sudo pacman -Syu --needed base-devel boost catch2 cmake ffmpeg fmt git glslang libzip lz4 mbedtls ninja nlohmann-json openssl opus qt5 sdl2 shasum unzip zip zlib zstd + sudo pacman -Syu --needed base-devel boost catch2 cmake ffmpeg fmt git glslang libzip lz4 mbedtls ninja nlohmann-json openssl opus qt5 sdl2 unzip zip zlib zstd perl ``` - Building with QT Web Engine needs to be specified when running CMake with the param `-DCMAKE_CXX_FLAGS="-I/usr/include/qt/QtWebEngineWidgets"` with qt5-webengine installed. - GCC 11 or later is required.