Can we bundle everthing together?

Suggested by Graham Toal <gtoal@gtoal.com>.
oldstable
Dimitrie O. Paun 2005-02-24 10:08:15 +00:00 committed by Alexandre Julliard
parent 7df9002767
commit 79470672d3
1 changed files with 18 additions and 0 deletions

View File

@ -1712,6 +1712,24 @@ export PATH=$PATH:/path/to/wine/binary
</answer>
</qandaentry>
<qandaentry>
<question id="Can-I-bundle-everything-in-one-huge-executable">
<para>
Is there a way to bind the Wine code, a Windows .exe, associated DLLs,
and any necessary accompanying files into a single Linux executable which
can execute as if it were a native linux binary (ie without also having
Wine pre-installed)?
</para>
</question>
<answer>
<para>
No. However, if you don't want Wine as a dependency, you can bundle your
private version of Wine into your package (.rpm/.deb). Wine has good
support for such a setup via the WINEPREFIX environment variable.
</para>
</answer>
</qandaentry>
<qandaentry>
<question id="How-can-I-detect-Wine">
<para>How can I detect Wine?</para>