1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00

Custom ICU build does not require IcuTracing. (#99346)

This commit is contained in:
Ilona Tomkowicz 2024-03-06 14:13:53 +01:00 committed by GitHub
parent ef339ba8b4
commit fa55ff6fde
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ Removing specific feature data might result in an exception that starts with `[C
* For prerequisites run `.devcontainer/postCreateCommand.sh` (it is run automatically on creation if using Codespaces)
* Building:
```
./build.sh /p:TargetOS=Browser /p:TargetArchitecture=wasm /p:IcuTracing=true
./build.sh /p:TargetOS=Browser /p:TargetArchitecture=wasm
```
Output is located in `artifacts/bin/icu-browser-wasm`.
@ -45,7 +45,7 @@ Removing specific feature data might result in an exception that starts with `[C
```
* Building:
```bash
./build.sh /p:TargetOS=Android /p:TargetArchitecture=x64 /p:IcuTracing=true
./build.sh /p:TargetOS=Android /p:TargetArchitecture=x64
```
Output from both builds will be located in subdirectories of `artifacts/bin`. Copy the generated `.dat` files to your project location and provide the path to it in the `.csproj`, e.g.: