Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
746e6ab2
Commit
746e6ab2
authored
Sep 11, 2003
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 11, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated the Wine ports section.
parent
dbb2b80f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
13 deletions
+29
-13
faq.sgml
documentation/faq.sgml
+29
-13
No files found.
documentation/faq.sgml
View file @
746e6ab2
...
...
@@ -645,16 +645,22 @@
</question>
<answer>
<para>
Wine is being developed specifically to run on the <emphasis>Intel x86</emphasis> class of CPUs under certain UNIXes that run on the x86 platform.
Winelib however is capable of porting Windows program <emphasis>source code</emphasis> to other platforms also, not only x86.
</para>
<para>
Thus running Windows programs via Wine on other platforms (e.g. MacOS X) is <emphasis>not</emphasis> possible; the only way to run Windows code
on MacOS X would be to take Windows program source code and recompile it for e.g. MacOS X using Winelib.
Wine is being developed specifically to run on the <emphasis>Intel
x86</emphasis> class of CPUs under certain UNIXes that run on this
platform. Winelib however is capable of porting the Windows
applications <emphasis>source code</emphasis> to other platforms
also, not only x86.
</para>
<para>
Thus running Windows binaries on other platforms (e.g. Mac OS X on
PowerPC) using just Wine is <emphasis>not</emphasis> possible. You
would have to either run Wine in an emulated x86 environment or
take the Windows application source code and recompile it using
Winelib.
</para>
<para>
The
following will list the x86 operating systems supported by
Wine
; Wine
lib support for other platforms keeps evolving,
The
se are the platforms supported by Wine.
Winelib support for other platforms keeps evolving,
so it's not specifically listed here.
</para>
<para>
...
...
@@ -667,13 +673,23 @@
commercial UNIX and UNIX clone vendors as well.
</para>
<para>
BeOS: porting efforts used to be pretty strong, but BeOS has severe
limitations in Unix call support, so a port will probably never
happen.
BeOS: porting efforts (BeWine) used to be pretty strong, but BeOS
has severe limitations in Unix call support. The demise of Be
further hampered the project though it might come back one day on
one of the open BeOS projects. In any case a functional port seems
unlikely to ever happen at this stage.
</para>
<para>
Mac OS X / Darwin: The <ulink
url="http://darwine.sourceforge.net/project.html">Darwine</> is
currently working on porting Wine to the Darwin/x86 platform. Their
goal is to eventually make it possible to run x86 Windows
applications on Darwin/PPC and then Mac OS X by using Bochs.
</para>
<para>
FreeBSD: Should work, with limitations in specific areas (mainly
missing device/hardware support).
FreeBSD: This port is well maintained and should work with
limitations in specific areas (mainly missing device/hardware
support).
</para>
<para>
Linux/x86: Works, and as the most popular platform for both
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment