Correct way to install Mono Framework in OS X

谁说我不能喝 提交于 2019-12-23 13:13:30

问题


Is there a correct way to install a new version of Mono (for example 2.10.5) having an older version already installed (for example 2.10.4)?

Which way is it possible to follow?

  1. Uninstall the older version and then install the new one
  2. Overwrite the older version with the new one

Thank you in advance.


回答1:


Just install and don't worry about it. Frameworks support multiple versions. You'll wind up with both versions available.

If you definitely want to get rid of the old version(s), then just remove the entire Mono.framework folder from /Library/Frameworks before installing the new version.




回答2:


If it is installed the same way as on Linux (configure, make, make install), you can surely overwrite it - just use the same prefix :)



来源:https://stackoverflow.com/questions/7298859/correct-way-to-install-mono-framework-in-os-x

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!