Updated The Packaged Building Mode (markdown)

ilya-fedin 2023-05-15 21:10:19 +00:00
parent 4432228fe7
commit 991f331821
1 changed files with 1 additions and 1 deletions

@ -47,7 +47,7 @@ To build in the packaged building mode, as of May 16, 2023, you need:
* [glibmm](https://gitlab.gnome.org/GNOME/glibmm) (Linux-only, required)
* [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, fallbacks to the bundled copy if not found)
* [Hunspell](https://github.com/hunspell/hunspell) (fallbacks to the bundled copy if not found, can be disabled with **DESKTOP_APP_DISABLE_SPELLCHECK**, 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)
* [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) (required, Linux-only, fallbacks to the bundled copy if not found, it's recommended to build it with clang to avoid random crashes)
* [kcoreaddons](https://invent.kde.org/frameworks/kcoreaddons) (required, always bundled)
* [Qt6DBus](https://www.qt.io) (Linux-only, automagic)