[CSI] visual studio installation instructions for Mac M1 users
Mikhail Nesterenko
mikhail at cs.kent.edu
Wed Sep 1 13:00:11 EDT 2021
CSIA students,
If you have a newer Mac, here are ways you can set up Visual Studio.
Thanks,
--
Mikhail
-----------
the visual studio for mac does not have support for C++.
the workaround is to use visual studio code, they have support for C++ by
using the plugins
https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner
https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools
and can use svn plugin to submit the work
https://marketplace.visualstudio.com/items?itemName=johnstoncode.svn-scm
https://subversion.apache.org/packages.html#osx
since we are trying to use visual studio, I was sending out this tutorial
to students who have a mac.
if you have an intel chip mac, you can follow this link to install virtual
box instead of VMware
https://www.youtube.com/watch?v=J-S_TvtIm5Y
if you have an m1 mac, you can follow this link to install UTM virtual
machine:
https://www.youtube.com/watch?v=KsNoGPczavw
More information about the cs13001
mailing list