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

Add homebrew requirements #328

Closed
wants to merge 7 commits into from

Conversation

timur-harin
Copy link
Contributor

@yegor256

In this pull request, I have added a new file named brew-requirements.txt which contains a list of packages that are required for this repository to function properly on macOS. This file is specifically designed for macOS users who want to install all the necessary packages using Homebrew.

@yegor256
Copy link
Owner

@timur-harin maybe it's better modify our install.sh script to make it understand the presence of brew and use to install dependencies?

@timur-harin
Copy link
Contributor Author

@yegor256
Do you mean?

if command -v brew &> /dev/null
then
    echo "Homebrew is installed."
else
    echo "Homebrew is not installed."
fi

@yegor256
Copy link
Owner

@timur-harin yes, something like this. Currently, in our script, we check for Linux. If it's linux, we try apt-get install. We can also check for macOS and run brew install if it's Mac and homebrew is present.

@timur-harin
Copy link
Contributor Author

Continue in PR #337

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.

None yet

2 participants