Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ICU-22951 Add documentation for --with-data-packaging=auto to the userguide #3255

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/userguide/icu_data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ example, even if ICU is built in "files" mode, you must still link against the
This option builds ICU data as a single (large) static library. This mode is
more complex to use. If you encounter errors, you may need to build ICU
multiple times.
* `--with-data-packaging=auto`
With this option, `configure` will pick `library` unless the options
`--enable-static` and `--disable-shared` are also given, in which case
it'll pic `static` instead.
* `--with-data-packaging=files`
With this option, ICU outputs separate individual files (.res, .cnv, etc)
which will be loaded at runtime. Read the rest of this document, especially
Expand Down