Updated The Packaged Building Mode (markdown)

ilya-fedin 2023-05-15 21:06:29 +00:00
parent 9adfc1db90
commit d21e77b63a
1 changed files with 1 additions and 1 deletions

@ -55,7 +55,7 @@ To build in the packaged building mode, as of November 4, 2022, 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)
* [Open Sans](https://github.com/googlefonts/opensans) (required in runtime, bundled if **DESKTOP_APP_USE_PACKAGED_FONTS** is not set, 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)