"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "wine-docs-1.0/README" of archive wine-docs-1.0.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 1. INTRODUCTION
2
3 Wine is a program which allows running Microsoft Windows programs
4 (including DOS, Windows 3.x and Win32 executables) on Unix. It
5 consists of a program loader which loads and executes a Microsoft
6 Windows binary, and a library (called Winelib) that implements Windows
7 API calls using their Unix or X11 equivalents. The library may also
8 be used for porting Win32 code into native Unix executables.
9
10 This package is Wine's documentation repository. It consists of
11 various guides and their translations.
12
13 Wine and the Wine documenation is free software, released under
14 the GNU LGPL; see the file LICENSE for the details.
15
16 2. QUICK START
17
18 To build the documentation, simply run:
19
20 $ ./configure; make
21
22 3. REQUIREMENTS
23
24 To build the Wine documentation, you must have:
25 * make (GNU make recommended)
26 * docbook-utils
27 * openjade/opensp/sp (on Fedora Code/SuSE/Debian respectively)
28 * tetex (for .ps and .pdf output)
29
30 4. COMPILATION
31
32 The following output formats are currently supported:
33 * ASCII (.txt)
34 * HTML (.html)
35 * PDF (.pdf)
36 * Postscript (.ps)
37
38 To build all the translations in all formats, simply run:
39
40 $ make
41
42 To build only a specific format, run:
43
44 $ make <format>
45
46 where <format> is one of txt, html, pdf, ps.
47
48 To build all formats of a specific language, run:
49
50 $ make <lang>
51
52 To build a specific format for a specific language, run:
53
54 $ cd <lang>; make <format>
55
56 Currently, we support English (en) and French (fr).
57 However, French is not built by default due to
58 bugs in the openjage/opensp/sp packages.
59
60 5. SENDING PATCHES
61
62 Here are the important points you should keep in mind when sending patches:
63 * submit them to he Wine patches mailing list, wine-patches@winehq.org
64 * include a ChangeLog entry with a description of the patch
65 * keep the patch small and the point of the change clear
66 * one patch per email
67 * unified format only (diff -u)
68
69 For more information on composing and sending patches, please refer to:
70 http://www.winehq.org/site/sending_patches
71
72 --
73 Dimi Paun <dimi@lattica.com>
74 Lattica, Inc.