0

I would like to install Visual Studio for Mac on ssh.

Therefore, I have to use Terminal for the installation. I download the .dmg file and copy it from local computer to ssh.

Then, I follow this link, but it doesn't work. I still can't use 'mcs' command to compile C# code.

Can anyone tell me how to install Visual Studio for Mac via Terminal?

Phannakan
  • 81
  • 1
  • 9
  • If you are trying to use `mcs`, then you need to install `Mono` ( http://www.mono-project.com) as that contains the compiler(s), .Net frameworks, cmd-line tools, etc... Visual Studio for Mac is "just" an IDE. – SushiHangover Apr 09 '18 at 07:39
  • Thank you so much! @SushiHangover I've already install Mono and can use mcs. – Phannakan Apr 09 '18 at 12:36

0 Answers0