博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
mac 下 brew 安装 wine
阅读量:4549 次
发布时间:2019-06-08

本文共 3479 字,大约阅读时间需要 11 分钟。

mac 下 brew 安装 wine 

1.安装brew自行百度谷歌 ()

2.搜索( wine 依赖 xquartz )

vincent$ brew search xquartz

vincent:~ vincent$ brew search xquartz

==> Casks

homebrew/cask/xquartz

3.安装

vincent$ brew install homebrew/cask/xquartz

vincent:~ vincent$ brew install homebrew/cask/xquartz

==> Tapping homebrew/cask

Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask'...

remote: Enumerating objects: 4180, done.

remote: Counting objects: 100% (4180/4180), done.

remote: Compressing objects: 100% (4159/4159), done.

remote: Total 4180 (delta 26), reused 760 (delta 18), pack-reused 0

Receiving objects: 100% (4180/4180), 1.33 MiB | 47.00 KiB/s, done.

Resolving deltas: 100% (26/26), done.

Tapped 1 command and 4082 casks (4,190 files, 4.3MB).

==> brew cask install homebrew/cask/xquartz 

==> Satisfying dependencies

==> Downloading https://dl.bintray.com/xquartz/downloads/XQuartz-2.7.11.dmg

######################################################################## 100.0%

==> Verifying SHA-256 checksum for Cask 'xquartz'.

==> Installing Cask xquartz

==> Running installer for xquartz; your password may be necessary.

==> Package installers may write to any location; options such as --appdir are ignored.

Password:

installer: Package name is XQuartz 2.7.11

installer: Installing at base path /

installer: The install was successful.

?  xquartz was successfully installed!

vincent:~ vincent$ 

 

4.搜索wine

vincent$ brew search wine

vincent:~ vincent$ brew search wine

==> Formulae

twine-pypi                            wine                                  winetricks                            winexe

 

==> Casks

twine                                              wineskin-winery                                    homebrew/cask-versions/wine-staging

wine-stable                                        homebrew/cask-versions/wine-devel

vincent:~ vincent$ 

 

5.安装wine

 vincent$ brew install wine

vincent:~ vincent$ brew install wine

==> Downloading https://homebrew.bintray.com/bottles/wine-3.0.4.sierra.bottle.tar.gz

######################################################################## 100.0%

==> Pouring wine-3.0.4.sierra.bottle.tar.gz

==> Regenerating font cache, this may take a while

==> /usr/local/Cellar/wine/3.0.4/libexec/bin/fc-cache -frv

==> Caveats

You may also want winetricks:

  brew install winetricks

==> Summary

?  /usr/local/Cellar/wine/3.0.4: 8,704 files, 633.5MB

vincent:~ vincent$ 

 

6.安装 mono

vincent$ brew search mono

vincent$ brew install mono

 

vincent:~ vincent$ brew search mono

 

Warning: Error searching on GitHub: curl failed!   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current

                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:--  0:00:46 --:--:--     0

curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to api.github.com:443 

 

==> Formulae

libmonome                                mono                                     mono-libgdiplus

 

==> Casks

godot-mono              mono-mdk                monodraw                monogame                monolingual

vincent:~ vincent$ 

vincent:~ vincent$ mono -version

-bash: mono: command not found

vincent:~ vincent$ brew install mono

Updating Homebrew...

==> Downloading https://homebrew.bintray.com/bottles/mono-5.14.0.177.mojave.bottle.tar.gz

######################################################################## 100.0%

==> Pouring mono-5.14.0.177.mojave.bottle.tar.gz

==> Caveats

To use the assemblies from other formulae you need to set:

  export MONO_GAC_PREFIX="/usr/local"

Note that the 'mono' formula now includes F#. If you have

the 'fsharp' formula installed, remove it with 'brew uninstall fsharp'.

==> Summary

?  /usr/local/Cellar/mono/5.14.0.177: 3,542 files, 399MB

vincent:~ vincent$ 

7.完成安装

vincent:~ vincent$ wine --version

wine-3.0.4

vincent:~ vincent$ 

 

 

 

 

 

 

 

--------

 

 

转载于:https://www.cnblogs.com/wobushimashen/p/10108308.html

你可能感兴趣的文章
string和stringbuffer的区别 集合的作用 ArrayList vector linklist hashmap hashtable collection和collections...
查看>>
6月27日 ajax
查看>>
iOS开发之画图板(贝塞尔曲线)
查看>>
4嵌入式作业io
查看>>
IntelliJ Idea编译报错:javacTask: 源发行版 1.7 需要目标发行版 1.7
查看>>
Cognos中新建SQLserver数据源的步骤
查看>>
HttpClient连接超时及读取超时
查看>>
SQL优化方法
查看>>
SEO必须掌握的高级搜索指令
查看>>
生产者消费者模型
查看>>
ORACLE 字符串超长问题解决方案
查看>>
使用ZooKeeper协调多台Web Server的定时任务处理(方案1)
查看>>
20171116 每周例行报告
查看>>
[C#] SHA1校验函数用法
查看>>
linux 下 VMware 提示Unable to change virtual machine power state:
查看>>
洛谷P1585 魔法阵
查看>>
线程 题待做
查看>>
PL/SQL可以连oracle,但是jdbc连不上 【转】
查看>>
使用 highlight.js 在网页中高亮显示java 代码 【原】
查看>>
Android应用 程序框架设计方法
查看>>