mirror of
https://github.com/darlinghq/darling-icu.git
synced 2024-11-23 03:29:48 +00:00
Upload README.md and UPDATE_SOURCE.md
This commit is contained in:
parent
73a280b8fc
commit
62cac8f0bd
9
README.md
Normal file
9
README.md
Normal file
@ -0,0 +1,9 @@
|
||||
# darling-icu
|
||||
|
||||
## Upstream URL
|
||||
|
||||
https://github.com/apple-oss-distributions/ICU/tree/ICU-66112
|
||||
|
||||
## Updating Source
|
||||
|
||||
When updating the source code, make sure to refer to the [`Updating Sources`](https://docs.darlinghq.org/contributing/updating-sources/index.html#updating-sources) section from the Darling Docs website. Additional details (if any) can be found in [`darling/notes/UPDATE_SOURCE.md`](darling/notes/UPDATE_SOURCE.md).
|
8
darling/notes/UPDATE_SOURCE.md
Normal file
8
darling/notes/UPDATE_SOURCE.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Notes
|
||||
|
||||
* When updating `icu`, you will need to generate the `icudtXXl.dat` file. The `build_icusources.sh` script will handle generating the file. After that make sure to run the following commands:
|
||||
|
||||
```bash
|
||||
cp $ICU_ROOT/tmp/build/data/out/icudt64l.dat $ICU_ROOT/icuSources/data/out/icudt64l.dat
|
||||
xz -z $ICU_ROOT/icuSources/data/out/icudt64l.dat
|
||||
```
|
Loading…
Reference in New Issue
Block a user