Skip to content

Conversation

milansamuel609
Copy link
Contributor

Hello @nciric ,

I have added support for macOS. While installing ICU for macOS, I encountered a warning that can sometimes be distracting:

icu4c@76 76.1_1 is already installed and up-to-date. To reinstall 76.1_1, run: brew reinstall icu4c@76.

To resolve this issue, I added a condition that first checks if ICU is already installed. If it is, the installation step is skipped, and the process moves to the next step.

brew list icu4c || brew install icu4c

Screenshot 2025-03-10 234608

Please review the macOS support I’ve added, and let me know if any changes are needed.

Copy link
Contributor

@nciric nciric left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure we need the Ubuntu install part, but if it doesn't affect the runtime much I am ok with it. I'll merge and check.

@nciric nciric merged commit 6ad6204 into unicode-org:main Mar 10, 2025
1 check passed
@nciric
Copy link
Contributor

nciric commented Mar 10, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants