mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-04 21:15:35 +00:00
ICU-22951 Add documentation for --with-data-packaging=auto to the userguide.
This commit is contained in:
parent
698217ef63
commit
e29e86d62a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue