对于在 Windows 中运行 UNIX-y 应用程序,Cygwin 几乎是事实上的标准。可通过 Cygwin 安装的程序本质上是 Linux 程序的克隆,但在 Windows 下编译,以便它们可以在本机运行。但请注意,您无法在 Cygwin 下运行 Linux 程序。
另一方面,如果您想运行本机 Linux 程序或像 Ubuntu 这样的 Linux 发行版,您将需要类似 VirtualBox。
For running UNIX-y apps within Windows, Cygwin is pretty much the de-facto standard. The programs that are installable through Cygwin are essentially clones of the Linux ones, but compiled under Windows so that they run natively. Note though that you can't run a Linux program under Cygwin.
On the other hand if you want to run native Linux programs or a Linux distribution like Ubuntu, you'll need something like VirtualBox.
I cannot help but mention the amazing JavaScript PC emulator running Linux .. http://bellard.org/jslinux/ since you do not specify what you are trying to do with Linux, that may well answer your needs.
发布评论
评论(2)
对于在 Windows 中运行 UNIX-y 应用程序,Cygwin 几乎是事实上的标准。可通过 Cygwin 安装的程序本质上是 Linux 程序的克隆,但在 Windows 下编译,以便它们可以在本机运行。但请注意,您无法在 Cygwin 下运行 Linux 程序。
另一方面,如果您想运行本机 Linux 程序或像 Ubuntu 这样的 Linux 发行版,您将需要类似 VirtualBox。
For running UNIX-y apps within Windows, Cygwin is pretty much the de-facto standard. The programs that are installable through Cygwin are essentially clones of the Linux ones, but compiled under Windows so that they run natively. Note though that you can't run a Linux program under Cygwin.
On the other hand if you want to run native Linux programs or a Linux distribution like Ubuntu, you'll need something like VirtualBox.
我忍不住要提到运行 Linux 的令人惊叹的 JavaScript PC 模拟器.. http://bellard.org/jslinux/因为您没有指定您要使用 Linux 做什么,所以这很可能满足您的需求。
I cannot help but mention the amazing JavaScript PC emulator running Linux .. http://bellard.org/jslinux/ since you do not specify what you are trying to do with Linux, that may well answer your needs.