Updated The Packaged Building Mode (markdown)

ilya-fedin 2023-09-08 20:24:59 +00:00
parent 78244650bd
commit 5a6c167be9

@ -47,7 +47,7 @@ To build in the packaged building mode, as of September 9, 2023, you need:
* [GObject Introspection](https://gitlab.gnome.org/GNOME/gobject-introspection) (Linux-only, required, build-time only codegen)
* [Libtool](https://www.gnu.org/software/libtool/) (g-ir-scanner doesn't use `-Wl,--export-dynamic` without it for whatever reason what leads to build error)
* [Grand Central Dispatch](https://github.com/apple/swift-corelibs-libdispatch) (Linux-only, fallbacks to poor QThreadPool if not found and can't build bundled copy)
* [Guidelines Support Library](https://github.com/Microsoft/GSL) (required, always bundled)
* [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)