Updated The Packaged Building Mode (markdown)

ilya-fedin 2023-10-05 20:21:36 +00:00
parent aed92dd46f
commit ba7456a38d

@ -50,7 +50,7 @@ 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 fork)
* [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)
* [KCoreAddons](https://invent.kde.org/frameworks/kcoreaddons) (required, fallbacks to the bundled copy if not found)
* [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)