我正在尝试在我的 Mac os x 山狮上的 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
我应该怎么做才能让它工作?