简体   繁体   English

如何在OSX上安装MSBUILD?

[英]How do I install MSBUILD on OSX?

Sorry for the simple question, but I already didn't find the answer on google. 很抱歉这个简单的问题,但我在谷歌上找不到答案。 And there is an answer here, which seem outdated. 这里有一个答案 ,似乎已经过时了。

In the releases MS just provide the source. 版本 MS中只提供源。

So a link would be useful. 所以链接会很有用。

Msbuild is contained in the Mono release . Msbuild包含在Mono 版本中

Then you might need to add the Mono bin directory to path . 然后,您可能需要将Mono bin目录添加到path

# in zsh
path+=('/Library/Frameworks/Mono.framework/Versions/Current/bin')

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM