当前位置:首页 > Windows程序 > 正文

redhat8 安装 wine

标签:figure   shell   redhat   sudo   freetype   config   ble   hat   install   

redhat8 安装 wine

sudo yum -y install freetype-devel
sudo yum -y install freetype
# 访问 winehq.org 下载最新版

wget  https://dl.winehq.org/wine/source/4.0/wine-4.0.tar.xz

---------- On 32-bit Systems ---------- 
cd wine-4.0/
./configure
make
make install            [Run as root User]

---------- On 64-bit Systems ---------- 
cd wine-4.0/
./configure --enable-win64
make
make install            [Run as root User]

redhat8 安装 wine

标签:figure   shell   redhat   sudo   freetype   config   ble   hat   install   

温馨提示: 本文由杰米博客推荐,转载请保留链接: https://www.jmwww.net/file/14449.html