标签:figure shell redhat sudo freetype config ble hat install
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]
标签:figure shell redhat sudo freetype config ble hat install
原文地址:https://www.cnblogs.com/xintiao9/p/11823751.html