ChangeSet ID: 1165896768373632673247815 CVSROOT: /cvsroot/wine Module name: docs Changes by: dimi@sc8-pr-cvs9.sourceforge.net 2006/12/11 20:12:48
Modified files: en : wineusr-getting.sgml
Log message: Detlef Riekenberg wine.dev@web.de - Fix a link and the source-archive suffix - configure creates config.h from configure.h.in - Do not run "make depend" / "make" as root
Old revision New revision Changes Path 1.3 1.4 +5 -6 docs/en/wineusr-getting.sgml
Index: docs/en/wineusr-getting.sgml diff -u -p docs/en/wineusr-getting.sgml:1.3 docs/en/wineusr-getting.sgml:1.4 --- docs/en/wineusr-getting.sgml 12 Dec 2006 4:12:48 -0000 +++ /dev/null 12 Dec 2006 4:12:48 -0000 @@ -49,7 +49,7 @@ </para> <para> Getting Wine source archives is simple. Every release, we put a - source package in compressed tar.gz format at the + source package in compressed tar.bz2 format at the <ulink url="http://www.winehq.org/site/download">WineHQ downloads page</ulink>. Compiling and installing Wine from source is slightly more difficult than using a package, however we will cover it in @@ -77,8 +77,7 @@ in testing if an application will still work right for the next release, or if a recent patch actually improves things. If you're interested in helping us to get an application working in Wine, see - the <ulink url="http://www.winehq.org/site/helping-applications"> - guide to helping applications work</ulink>. + the <ulink url="http://www.winehq.org/site/howto">HowTo</ulink>. </para> </sect2> </sect1> @@ -154,7 +153,7 @@ output before you compile Wine and see if anything important is missing; if it is, simply install what's missing and rerun configure before compiling. You can also check the file configure generates, - (include/config.h.in) and see if what files configure is looking for + (include/config.h) and see if what files configure is looking for but not finding. </para> </sect2> @@ -166,8 +165,8 @@ navigated to the Wine source tree, run the following commands: <screen> <prompt>$ </><userinput>./configure</> - <prompt># </><userinput>make depend</> - <prompt># </><userinput>make</> + <prompt>$ </><userinput>make depend</> + <prompt>$ </><userinput>make</> <prompt># </><userinput>make install</> </screen> The last command requires root privileges. Although you should