From 7bcb5245a8b563e734a9805841417fa24428e981 Mon Sep 17 00:00:00 2001 From: ilya-fedin Date: Fri, 8 Sep 2023 20:21:24 +0000 Subject: [PATCH] Updated The Packaged Building Mode (markdown) --- The-Packaged-Building-Mode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/The-Packaged-Building-Mode.md b/The-Packaged-Building-Mode.md index 056e0d2..c31fc80 100644 --- a/The-Packaged-Building-Mode.md +++ b/The-Packaged-Building-Mode.md @@ -50,8 +50,8 @@ To build in the packaged building mode, as of September 9, 2023, you need: * [Guidelines Support Library](https://github.com/Microsoft/GSL) (required, always bundled) * [Hunspell](https://github.com/hunspell/hunspell) (Linux + Windows 7 only, required, fallbacks to the bundled copy if not found, can be replaced with enchant on Linux with **DESKTOP_APP_USE_ENCHANT**, but you should know that enchant backend is proven to crash continuously and drain your RAM if you have too much dictionaries installed) * [jemalloc](https://github.com/jemalloc/jemalloc) (Linux-only, fallbacks to the bundled copy if not found, can be disabled with **DESKTOP_APP_DISABLE_JEMALLOC** which is likely to make media leak, it's recommended to use clang-built jemalloc to avoid random crashes) -* [kcoreaddons](https://invent.kde.org/frameworks/kcoreaddons) (required, always bundled) - * [Qt6DBus](https://www.qt.io) (Linux-only, automagic) +* [KCoreAddons](https://invent.kde.org/frameworks/kcoreaddons) (required, always bundled) + * [Qt6DBus](https://www.qt.io) (Linux-only, optional) * [LZ4](https://github.com/lz4/lz4) (fallbacks to the bundled copy if not found, can be disabled with **DESKTOP_APP_LOTTIE_USE_CACHE**=OFF) * minizip (part of [zlib](https://github.com/madler/zlib), required, fallbacks to the bundled copy if not found) * [OpenAL](https://github.com/kcat/openal-soft) (required, you can try to use the system version on macOS)