You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brew install hear is a lot easier than downloading and running stuff. It is also easily automatable and reliable. I usually don't bother with projects with manual installs unless I am already invested in them.
The text was updated successfully, but these errors were encountered:
100% agree. Also, I wanted to build from source, but:
@max[git:master]$ make
xcodebuild -project ""hear.xcodeproj"" clean
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
make: *** [clean] Error 1
@max[git:master]$
I don't want all of Xcode, but I do have the Command Line compiler tools installed.
brew install hear
is a lot easier than downloading and running stuff. It is also easily automatable and reliable. I usually don't bother with projects with manual installs unless I am already invested in them.The text was updated successfully, but these errors were encountered: