Updated The Packaged Building Mode (markdown)

ilya-fedin 2023-09-08 20:21:24 +00:00
parent f5f402c1ef
commit 7bcb5245a8
1 changed files with 2 additions and 2 deletions

@ -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)