Can we bundle everthing together?
Suggested by Graham Toal <gtoal@gtoal.com>.
This commit is contained in:
parent
7df9002767
commit
79470672d3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue