Emulating Linux binaries under Mac OS X

前端 未结 6 1297
Happy的楠姐
Happy的楠姐 2021-02-01 16:11

How do I run Linux binaries under Mac OS X?

Googling around I found a couple of emulators but none for running Linux binaries on a Mac. There are quite a few posts about

6条回答
  •  南笙
    南笙 (楼主)
    2021-02-01 16:57

    If you decide to go the virtualization route, consider also VirtualBox.

    Also, if you only need UNIX like command line tools, there is the MacPorts project. This is basically how I set up git on my mac: after having installed MacPorts you just have to run the sudo port install git command to install git on your system.

提交回复
热议问题