User Guide: update compiling info

Dimitrie O. Paun dpaun at rogers.com
Mon Jan 3 23:24:36 CST 2005


ChangeLog
    Augment the compiling documentatin with the actual commands.


Index: documentation/compiling.sgml
===================================================================
RCS file: /var/cvs/wine/documentation/compiling.sgml,v
retrieving revision 1.7
diff -u -r1.7 compiling.sgml
--- documentation/compiling.sgml	19 Apr 2003 02:50:57 -0000	1.7
+++ documentation/compiling.sgml	4 Jan 2005 05:16:19 -0000
@@ -1,8 +1,6 @@
   <chapter id="compiling">
     <title>Compiling the Wine Source</title>
 
-    <para>How to compile wine, and problems that may arise...</para>
-
     <para>
       In case you downloaded Wine source code files, this chapter will
       tell you how to compile it into binary files before installing them.
@@ -15,6 +13,22 @@
       <title>Compiling Wine</title>
 
       <sect2>
+        <title>Commands</title>
+        <para>
+	  To compile and install Wine, run the following commands:
+	  <screen>
+./configure
+make depend
+make
+make install
+	  </screen>
+          Please note that the last command (<command>make install</command>)
+          must be run as root.
+        </para>
+      </sect2>
+
+
+      <sect2>
         <title>Requirements</title>
 	<para>
 	  For an up-to-date list of software requirements for compiling

-- 
Dimi.



More information about the wine-patches mailing list