在 OS X 中安装 Mono Framework 的正确方法
在已经安装了旧版本(例如 2.10.4)的情况下,是否有正确的方法来安装新版本的 Mono(例如 2.10.5)?
可以遵循哪条路?
- 卸载旧版本,然后安装新版本
- 用新版本覆盖旧版本
提前致谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需安装即可,不用担心。框架支持多个版本。您最终将获得两个版本。
如果您确实想删除旧版本,那么只需在安装新版本之前从 /Library/Frameworks 中删除整个 Mono.framework 文件夹即可。
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.
如果它的安装方式与 Linux 上的安装方式相同(配置、制作、安装),您当然可以覆盖它 - 只需使用相同的前缀:)
If it is installed the same way as on Linux (configure, make, make install), you can surely overwrite it - just use the same prefix :)