提桶跑路后就失去了使用 MacOS 的机会, 一心相念着买一台自己用, 为了能把个人应用迁移上 MacOS 提前做一下各种兼容性调研
我只知道 CrossOver 是 wine 带有 GUI 的封装, 但是源码里说明书中关于运行程序的介绍, 依然是 wine 的命令.
6. RUNNING PROGRAMS
When invoking Wine, you may specify the entire path to the executable,
or a filename only.
For example: to run app (被河蟹的记事本.en_US):
wine 记事本 (using the search Path as specified in
wine 记事本.exe the registry to locate the file)
wine c:\\windows\\记事本.exe (using DOS filename syntax)
wine ~/.wine/drive_c/windows/记事本.exe (using Unix filename syntax)
wine 记事本.exe readme.txt (calling program with parameters)
据介绍
95% of the Wine code base we develop for CrossOver gets released back into the Wine project for the open source community
95% 的代码贡献给了 wine 社区, 那剩下 5% 的代码只是 GUI 和 用户支持么? 或者还有容器技术?