Skip to content

Commit

Permalink
ICU-22951 Add documentation for --with-data-packaging=auto to the use…
Browse files Browse the repository at this point in the history
…rguide.
  • Loading branch information
roubert committed Oct 24, 2024
1 parent 698217e commit e29e86d
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit e29e86d

Please sign in to comment.