diff --git a/The-Packaged-Building-Mode.md b/The-Packaged-Building-Mode.md index 70da656..348b5da 100644 --- a/The-Packaged-Building-Mode.md +++ b/The-Packaged-Building-Mode.md @@ -16,7 +16,7 @@ To build in the packaged building mode, as of April 13, 2022, you need: * [Qt6Svg](https://www.qt.io) (required) * [Qt6DBus](https://www.qt.io) (Linux/FreeBSD, can be disabled with **DESKTOP_APP_DISABLE_DBUS_INTEGRATION**) * [Qt6WaylandClient](https://www.qt.io) (Linux-only, can be disabled with **DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION**) -* [Qt6 Image Formats](https://www.qt.io) (webp plugin is required, make sure it's a hard runtime dependency) +* [Qt6 Image Formats](https://www.qt.io) (webp plugin is required, make sure it's a hard runtime dependency, or else tdesktop will coredump at startup without it) * [libtgvoip](https://github.com/telegramdesktop/libtgvoip) (required, fallbacks to the bundled copy if not found, it's recommended to use the bundled copy since it's a legacy library and its upstream build scripts aren't adapted to build with tg_owt, so the calls will crash due to two webrtc libraries being in one address spacey) * [tg_owt](https://github.com/desktop-app/tg_owt) (required) * [Opus](https://github.com/xiph/opus) (required)