[FAQ] Can we bundle everthing together?

Dimitrie O. Paun dpaun at rogers.com
Thu Feb 24 00:50:58 CST 2005


ChangeLog
    Can we bundle everthing together? 
    Suggested by Graham Toal <gtoal at gtoal.com>.


Index: documentation/faq.sgml
===================================================================
RCS file: /var/cvs/wine/documentation/faq.sgml,v
retrieving revision 1.39
diff -u -r1.39 faq.sgml
--- documentation/faq.sgml	8 Feb 2005 12:13:01 -0000	1.39
+++ documentation/faq.sgml	24 Feb 2005 06:48:58 -0000
@@ -1713,6 +1713,24 @@
       </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>
       </question>

-- 
Dimi.



More information about the wine-patches mailing list