(OK) How To Install Wine 1.9.9 (Development Release) on CentOS, RHEL & Fedora

本文介绍如何在基于 RHEL 的系统上安装 Wine 1.9.9 开发版,使 Linux 用户能够运行 Windows 应用程序。文章详细说明了安装前的准备步骤、下载源代码、配置与编译过程以及验证安装版本的方法。


http://tecadmin.net/steps-install-wine-centos-rhel-fedora-systems/


Why use Wine:

With the increasing popularity of Linux desktops, There is another requirement occurred that we should have an application which can be used to run windows applications. Windows has a long list of beautiful applications for users which is not available for Linux users. As we know that Linux does not support windows executable so WineHQ is a solution to run windows applications and Linux systems.

Wine 1.9.9 Development Release has been released on April 30, 2016. The main highlights of this release are full support for window transparency, and the new Mono package for .NET applications support.

This article will help you to install Wine 1.9.9 Development Release on RHEL based systems.

Installing Prerequisite

Wine required many development packages. First we recommend to upgrade all system packages using following commands.

# yum clean all
# yum update

Now install required packages for Wine using yum package manager using following commands.

# yum groupinstall 'Development Tools'
# yum install libX11-devel freetype-devel zlib-devel libxcb-devel

Install Wine

RPM packages for wine are not available for latest versions, So we need to download wine source code. Use below commands to download it.

# cd /usr/src
# wget http://dl.winehq.org/wine/source/1.9/wine-1.9.9.tar.bz2
# tar xjf wine-1.9.9.tar.bz2
# cd wine-1.9.9

Configure wine using one of following command based on your system architecture.

For 32-Bit Systems:
# ./configure

For 64-Bit Systems:
# ./configure  --enable-win64

Finally compile wine source with make command

# make
# make install

Check Wine Version

Use following command to check version of wine installed on your system

On 32-Bit Systems:
# wine --version

On 64-Bit Systems:
# wine64 --version

How to Use Wine

To use wine we need to login on GUI desktop. After that Download a windows executable (.exe) file like PuTTY on your system and open it with Wine as below screenshot or use following command.

# wine putty.exe

Install Wine


内容概要:本文档为成都科洛威尔科技有限公司生产的MIL-1394B仿真板卡的API函数使用手册,详细介绍了该板卡在Windows和Linux环境下进行MIL-1394B/AS5643总线协议仿真和测试所需的API函数、数据结构、使用流程及例程。板卡支持CC(控制计算机)、RN(远程节点)和BM(总线监控)三种工作模式,提供丰富的函数用于设备管理、节点控制、消息收发、故障注入、中断处理等功能,并涵盖数据包格式、发送接收流程、错误检测机制等关键技术细节。手册还提供了函数调用示例和典型应用场景,帮助开发者快速掌握板卡的开发与调试。; 适合人群:从事航空电子、嵌入式系统或工业自动化领域,具备C/C++编程基础并熟悉总线通信协议的1-3年工作经验的软硬件研发工程师。; 使用场景及目标:①在复杂总线环境中实现高精度数据仿真与测试;②开发基于MIL-1394B协议的通信系统;③进行消息收发控制、时序偏移管理、错误注入测试及中断响应处理等高级功能验证;④通过API调用实现对板卡工作模式、数据流、状态监测的全面控制。; 阅读建议:建议结合配套的demo示例程序进行实践,重点理解各函数的调用时序与参数配置逻辑,尤其关注STOF时序控制、消息发送模式、错误注入机制等核心功能的实现原理。使用前需仔细阅读“基本使用流程”与“附录”部分,确保正确配置硬件环境与通信参数。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值