Wine
From Just Solve the File Format Problem
(Difference between revisions)
(created page.) |
(Category:Windows) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | '''Wine''' is a compatibility layer for MS Windows software. It runs on POSIX systems, such as Linux, BSD and Mac OSX. It is not strictly an emulator, as it actually implements Windows API calls. | + | '''Wine''' is a Free (GNU LGPL) compatibility layer for MS Windows software. It runs on POSIX systems, such as Linux, BSD and Mac OSX. It is not strictly an [[Virtualization_Software|emulator]], as it actually implements Windows API calls. |
See also [[ReactOS]] with which Wine shares many libraries. | See also [[ReactOS]] with which Wine shares many libraries. | ||
+ | == Resources == | ||
+ | * [http://winehq.org/ Wine website] | ||
+ | * [http://appdb.winehq.org/ Application database] | ||
− | [ | + | [[Category:Software]] |
+ | [[Category:Operating Systems]] | ||
+ | [[Category:Windows]] |
Latest revision as of 17:19, 29 March 2017
Wine is a Free (GNU LGPL) compatibility layer for MS Windows software. It runs on POSIX systems, such as Linux, BSD and Mac OSX. It is not strictly an emulator, as it actually implements Windows API calls.
See also ReactOS with which Wine shares many libraries.