我试图在我的Mac os x mountain lion上的monodevelop中打开一个Windows编译的c#解决方案,该解决方案中包含了nuget包。
当我尝试编译时,我收到以下错误:
var/folders/bk/sqxq4pw50lsb807cw8x865gc0000gn/T/tmp4586d973.tmp:
line 1: wget: command not found
/Users/(my name)/Downloads/SteamBot-master/.nuget/NuGet.targets:
error : Command 'mozroots --import
--sync;wget -O '/Users/(my name)/Downloads/SteamBot-master/.nuget/NuGet.exe'https://nuget.org/nuget.exe'
exited with code: 127.
Task "Exec" execution -- FAILED
我该怎么做才能让它发挥作用?