linux - 在 Zorin 7 Linux 操作系统上使用 Visual Studio?

标签 linux visual-studio unix visual-studio-2012

Zorin 是一个非常类似于 Windows 的 Linux 版本。我正在查看他们的主页:

http://zorin-os.com/

它说:

Zorin OS gives users more flexibility. It allows you to use Zorin OS alongside your current operating system and run Microsoft Windows programs in Zorin OS with the help of WINE and PlayOnLinux.

这是否意味着我可以在 Linux 上使用 Visual Studio 2012?!?!

最佳答案

好的,所以 Wine 是一个 compatibility layer它允许您在 linux 系统上执行 windows 可执行文件。 PoL 只是一个具有其他一些功能的图形前端。 您可以在任何 Linux 系统上使用它,它不是 Zorin 独有的。

但是,通过 wine 执行 Windows 应用程序并不总是成功的,尤其是像 Visual Studio 这样使用大量 native Windows 功能的大型项目。

确实,当我们检查 the reports ,VS2012根本就不行。 您可以随时尝试安装它,但即使安装程序也无法启动...您知道运气不好。

关于linux - 在 Zorin 7 Linux 操作系统上使用 Visual Studio?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22132286/

相关文章:

linux - 加载共享库 : libstdc++. so.6 时出错:无法打开共享对象文件:没有这样的文件

c# - 我可以更改后编译器的顺序吗?

c++ - 无法构建 PortAudio - "LNK1104: cannot open file ' ksguid.lib'"

java - 每当我从代码执行终端命令时,它都会给出 "cannot run program"错误=2 没有这样的文件或目录

python - 将 R 安装的库用于其他程序?

python - Linux eventfd 的初始值和在 pollable Lock 中的使用

linux - 如何使用 sudo 将输出重定向到我无权写入的位置?

linux - 使用 sed 将每个单词的第三个字符括起来

c++ - Visual Studio C++ 位域结构大小问题

python - os.pathconf() 键及其含义