问题
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?
- Uninstall the older version and then install the new one
- 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