Skip to content
Snippets Groups Projects
Commit 79470672 authored by Dimitrie O. Paun's avatar Dimitrie O. Paun Committed by Alexandre Julliard
Browse files

Can we bundle everthing together?

Suggested by Graham Toal <gtoal@gtoal.com>.
parent 7df90027
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment