Commit 29623c2e authored by Chris Morgan's avatar Chris Morgan Committed by Alexandre Julliard

Remove references to winecheck from the documentation and insert a

TODO that mentions that the functionality is to be moved into winecfg.
parent 317cc8d1
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
</para> </para>
<sect2> <sect2>
<title>Run "winecheck" to check your configuration</title> <title>Verify your wine configuration</title>
<para>
<para> Refer to the <link linkend="config-verify">Configuration verification section</link>
Run a Perl script called <command>winecheck</command>. </para>
For details, please refer to the <link
linkend="config-verify">Configuration section</link>.
</para>
</sect2> </sect2>
<sect2> <sect2>
......
...@@ -165,32 +165,16 @@ ...@@ -165,32 +165,16 @@
<title>Verification of correct configuration</title> <title>Verification of correct configuration</title>
<para> <para>
After you finished configuring Wine, you may run a Perl TODO: After you have finished configuring Wine you can verify
script called <command>winecheck</command>, to be found your Wine configuration by running winecfg.
in Wine's tools/ directory. It tries to check your This functionality will be added to winecfg
configuration's correctness by checking for some popular in the near future.
problems. To run it, run in a <glossterm>terminal</glossterm>
in the Wine source tree directory:
</para> </para>
<screen>
<prompt>$ </><userinput>cd tools</>
<prompt>$ </><userinput>perl ./winecheck</>
</screen>
<para>
The winecheck output will be a percentage score indicating Wine
configuration correctness. Please note that winecheck is not
100% accurate.
</para>
<para> <para>
If this yields a "good" percentage score, then you can consider Please check out the
your Wine installation to be finished successfully: configuration documentation below to find out more about Wine's
Congratulations! configuration, or proceed to the <link linkend="bugs">Troubleshooting
Otherwise (or if there are still some configuration problems chapter</link>.
that <command>winecheck</command> doesn't catch properly), please check out the
configuration documentation below to find out more about some
parts, or proceed to the <link linkend="bugs">Troubleshooting
chapter</link>.
</para> </para>
</sect1> </sect1>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment