sveinbjornt / hear

Command line speech recognition and transcription for macOS
https://sveinbjorn.org/hear
BSD 3-Clause "New" or "Revised" License
387 stars 23 forks source link

[FR] Make `hear` installable via Homebrew #33

Open NightMachinery opened 4 days ago

NightMachinery commented 4 days ago

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.

e40 commented 1 day ago

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.