Because of the needs of their own projects winexe, online search winexe less information. So in this record of my entire process, there is the wrong place also please point out, thank you!
//The version used in this article is: winexe-1.00
1. WineIntroduction
What is
Wine ?! The interpretation of the wiki is authoritative and is summarized as follows:
Wine is a class that is allowed on x86 , x86-64 Unix operation system runs under xwindow System Software for Microsoft Windows programs. On the other hand, programmers can also customize the API interface for Wine to be Windows programs can run in the class Unix operating system . There are also many software published after Wine test, such as Picasa , UTorrent , MediaCoder .
Wine Full name " Wine IsNot an Emulator " , i.e. Wine not a complete simulator. Although Wine has another unofficial name,"windowsemulator", i.e. Windows Emulator. The correct name for wine is "wine", not all uppercase, full lowercase, or mixed case. [1]
Wine is not a complete Windows Emulator , but simulates the compatibility mode of the operating system to invoke DLL to run Windows software. Wine is free software and is released under the GNU Public License (LGPL) .
2.Compiling the installation
Configure The Execution program
Xxx/winexe-1.00/source4 under
#./configure
#make
#makeinstall
Compile the installation, make the error in the process, you can do clean, and then to do.
bin file in
Xxx/winexe-1.00/source4/bin
Example: Login to each other's IP execution cmd.exe
Execution:#/xxxxx/xxxx/installation path/winexe-1.00/source4/bin/winexe//ip-u user name to login--password ' password '--reinstall cmd.exe
Because in the process of their own projects only use this format, there are many forms of landing, there is time to figure out, you can execute commands to understand the detailed information
#/..../.../winexe/?
CentOS 6.6 Installation Winexe