我只知道 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 和 用户支持么? 或者还有容器技术?
1
GeruzoniAnsasu 2021-12-20 04:14:53 +08:00
> 为了能把个人应用迁移上 MacOS 提前做一下各种兼容性调研
你应该直接找 macos 下的替代品引用 |
2
GeruzoniAnsasu 2021-12-20 04:14:59 +08:00
*应用
|
3
vaf714172 2021-12-20 09:25:48 +08:00
@GeruzoniAnsasu 我赞同你的看法,不过我也挺想知道这个问题的
|
4
ychost 2021-12-20 09:39:13 +08:00
用 PD 开虚拟机融合模式体验更好
|
5
beginor 2021-12-20 15:37:58 +08:00 via Android
crossover 增加了 wine32on64 ,可以在 catalina 及以后的 macos 中继续运行 x86 应用,github 上有编译好的,可以自己下载来试试
|
6
israinbow OP @beginor 我就是看到你的帖子后才去了解 crossover 的源码。你的意思是贩售版比开源的多了 x86 的支持么?
|
7
beginor 2021-12-20 21:36:16 +08:00 via Android 1
@israinbow 都有,已经在 catalina 上继续使用 Windows 的 x86 应用了
|
9
beginor 2022-04-07 21:17:37 +08:00 via Android 1
|