Wie installiere ich mimms mit Homebrew auf dem Mac?

584
ashishb

Wie installiere ich mimms mit Homebrew auf dem Mac? Früher habe ich es mit MacPorts installiert, aber sie sind hässlich und stören das System sehr. Deshalb habe ich stattdessen HomeBrew installiert, was gut funktioniert, es sei denn, ich kann keine Mimms darauf finden. Googeln führt zu nichts.

1
Wenn auch die halbautomatische Installation eine Option ist, können Sie `libmms` über Homebrew installieren und die neueste` mimms'-Version von `https: // launchpad.net / mimms` erhalten. Es sind nur ein paar Python-Skripts, aber sie verlassen sich auf `libmms.0.dylib`. Nach dem Aufruf von 'make' müssen Sie den Aufruf von` cdll.LoadLibrary` in `build / libmms.py` entsprechend ändern. Stefan Schmidt vor 11 Jahren 0

1 Antwort auf die Frage

0
Stefan Schmidt

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