码迷,mamicode.com
首页 > Windows程序 > 详细

redhat8 安装 wine

时间:2019-11-09 00:41:22      阅读:100      评论:0      收藏:0      [点我收藏+]

标签: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.cnblogs.com/xintiao9/p/11823751.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!