How to install mimms on Mac using homebrew. Earlier, I installed it using MacPorts but they are ugly and clutter the system a lot. Therefore, on another machine I installed HomeBrew instead, which works fine except I am unable to find mimms on it. Googling results in nothing.
Asked
Active
Viewed 377 times
1 Answers
0
I wrapped the suggestions in the above comment into a formula for mimms:
https://github.com/stefanschmidt/homebrew/blob/master/Library/Formula/mimms.rb
It can be applied via the brew install <URL> mechanism.
brew install https://raw.github.com/stefanschmidt/homebrew/master/Library/Formula/mimms.rb
Update (2014-10-28): Meanwhile mimms is available from the main repository:
brew install mimms
Stefan Schmidt
- 706