Updated The Packaged Building Mode (markdown)

ilya-fedin 2021-11-20 20:21:55 +00:00
parent 43f2513653
commit 136ea24be5

@ -45,6 +45,7 @@ To build in the packaged building mode, as of October 11, 2021, you need:
* [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)
* [Open Sans](https://github.com/googlefonts/opensans) (required in runtime, UI artifacts are likely without it)
* [OpenSSL](https://github.com/openssl/openssl) (required)
* [QR Code Generator](https://github.com/nayuki/QR-Code-generator) (required, fallbacks to the bundled copy if not found)
* [range-v3](https://github.com/ericniebler/range-v3) (required, fallbacks to the bundled copy if not found)
@ -52,7 +53,7 @@ To build in the packaged building mode, as of October 11, 2021, you need:
* [rnnoise](https://github.com/xiph/rnnoise) (required)
* [tl-expected](https://github.com/TartanLlama/expected) (required, fallbacks to the bundled copy if not found)
* [wayland-client](https://gitlab.freedesktop.org/wayland/wayland) (Linux-only, can be disabled with **DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION**)
* [WebKitGTK](https://github.com/WebKit/WebKit) (Linux-only, can be disabled with **DESKTOP_APP_DISABLE_WEBKITGTK**)
* [WebKitGTK](https://github.com/WebKit/WebKit) (Linux-only, runtime-only optional dependency)
* [xcb, xcb-record, xcb-screensaver](https://gitlab.freedesktop.org/xorg/lib/libxcb), [xcb-keysyms](https://gitlab.freedesktop.org/xorg/lib/libxcb-keysyms) (Linux/FreeBSD, can be disabled with **DESKTOP_APP_DISABLE_X11_INTEGRATION**)
* [xxHash](https://github.com/Cyan4973/xxHash) (required, fallbacks to the bundled copy if not found)
* [zlib](https://github.com/madler/zlib) (required)