Fetch the repository succeeded.
这是一个帮助ubuntu
,debian
,kali
等,以apt
为软件管理工具的linux
系统构建wine
的项目
wine
仓库$ git clone git://source.winehq.org/git/wine.git --depth=1 # git
$ # 或者
$ git clone https://source.winehq.org/git/wine.git --depth=1 # https
$ git clone git@github.com:wine-mirror/wine --depth=1 # ssh
$ # 或者
$ git clone https://github.com/wine-mirror/wine.git --depth=1 # https
$ git clone git@gitee.com:lz2019hjh/wine.git --depth=1 # ssh
$ # 或者
$ git clone https://gitee.com/lz2019hjh/wine.git --depth=1 # https
进入目录
$ cd wine
build-wine-tools
仓库$ git clone git@github.com:lz2019hjh/build-wine-tools.git --depth=1 #ssh
$ # 或者
$ git clone https://github.com/lz2019hjh/build-wine-tools.git --depth=1 # https
$ git clone git@gitee.com:lz2019hjh/build-wine-tools.git --depth=1 #ssh
$ # 或者
$ git clone https://gitee.com/lz2019hjh/build-wine-tools.git --depth=1 # https
进入目录
$ cd build-wine-tools
执行
$ chmod +x install.sh
$ sudo ./install.sh
$ # 可能要等好久
过程中如果出现让你安装wine gecko
和wine mono
请点击取消
执行
$ wine
$ # 或者
$ wine64
有关wine
的使用
请见我的博客
Sign in for post a comment
Comments ( 0 )