Upload README.md and UPDATE_SOURCE.md

This commit is contained in:
Thomas A 2023-04-17 19:49:51 -07:00
parent 73a280b8fc
commit 62cac8f0bd
2 changed files with 17 additions and 0 deletions

9
README.md Normal file
View 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).

View 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
```