Remove references to winecheck from the documentation and insert a
TODO that mentions that the functionality is to be moved into winecfg.
This commit is contained in:
parent
317cc8d122
commit
29623c2e6b
|
@ -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 @@
|
||||||
<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>
|
<para>
|
||||||
The winecheck output will be a percentage score indicating Wine
|
Please check out the
|
||||||
configuration correctness. Please note that winecheck is not
|
configuration documentation below to find out more about Wine's
|
||||||
100% accurate.
|
configuration, or proceed to the <link linkend="bugs">Troubleshooting
|
||||||
</para>
|
chapter</link>.
|
||||||
|
|
||||||
<para>
|
|
||||||
If this yields a "good" percentage score, then you can consider
|
|
||||||
your Wine installation to be finished successfully:
|
|
||||||
Congratulations!
|
|
||||||
Otherwise (or if there are still some configuration problems
|
|
||||||
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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue