Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atualiza o README com instruções para macOS #133

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Conversation

julianaklulo
Copy link
Contributor

Atualiza o README do projeto com instruções específicas para o macOS.
Após instalar o enchant com o brew, é preciso setar uma env var com o caminho da biblioteca em C para que seja possível buildar o projeto.
Esse passo parece ser necessário para computadores M1 e M2.

@@ -43,6 +43,7 @@ How to use locally

# On macOS
$ brew update && brew install enchant
$ export PYENCHANT_LIBRARY_PATH=/opt/homebrew/lib/libenchant-2.dylib
Copy link
Member

Choose a reason for hiding this comment

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

Essa var é necessária sempre que buildar o material? Ou só para o spellchecker?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

O erro aconteceu quando tentei buildar, mesmo sem rodar o spellchecker.

Copy link
Member

Choose a reason for hiding this comment

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

😮

@julianaklulo julianaklulo merged commit 87134dc into master Nov 6, 2023
2 checks passed
@julianaklulo julianaklulo deleted the update-readme branch November 6, 2023 23:51
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