Run Windows in LinuxProgramIt is very convenient, for example, to use such as sourceinsightCodeIf the browser tool is not used in Linux, you can install a wine interface to enable Windows programs to run in Linux by double-clicking. This is very convenient.
I. Wine Introduction
Wine (wine is not an emulator) [that is, wine is not just a simulator] It is on Linux and UNIX,Windows 3.xAnd windows APIs. it is a Windows compatibility layer. In other words, it is a Windows simulator. This layer provides a Development Kit (winelib) used to import and export data from a Windows source to Unix ), it also provides a program loader that allows you to run on Intel UNIX and its derivative versions without modifying any binary files of Windows 3.1/95/NT. wine can work in most UNIX versions, including Linux, FreeBSD, and Solaris. wine does not require Microsoft Windows, because it is completely composed of free code. You can choose to implement it, but it can freely use the local system's DLLs, if they are usable. the release of wine is completely openSource codeAnd is released free of charge.
Ii. How to download and install wine:
Download the Wine Package, access the http://www.winehq.com/download the latest version of wine, unzip to a directory
Open the terminal ("terminal") and enter the following command:
CD <directory you decompressed> # enter the Directory
./Configure # Check the compiling environment
Make # compilation may take a very long time (I spent one and a half hours running a VM on a computer with e5300 + 2 GB memory)
Make install # Install
Wine's:Http://www.winehq.org/announce/1.2.2
Iii. Windows program (taking sourceinsight as an example)
Sourceinsight (English version, which can be simulated in Linux:
Http://u.163.com/7YuWX(Extract code q9gymvur) Other versions may fail.
Serial number: (any)
SI3US-404808-04697
SI3US-510811-93484
SI3US-343066-11287
SI3US-956386-80191
SI3US-840598-11493
4. Run the windows program:
1. Run on a Linux terminal:
Wine windows program
You can.
2. You can also double-click windows to run the program.
5. Note
If you run a software installer in windows, do not select the "C:" disk in the installation path, and you may not find it. Finally, select the address you find, such as the/opt/directory.
Vi. Example
Run
Address: http://hi.baidu.com/jianghuzhijian/blog/item/25c6f0137e1a35e9c3ce790b.html
Switch to slave and compile wine. I don't know if it will succeed ~~