Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
a5589d56
Commit
a5589d56
authored
Jun 04, 2002
by
Andreas Mohr
Committed by
Alexandre Julliard
Jun 04, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation improvements.
parent
957f1f98
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
40 additions
and
7 deletions
+40
-7
README
README
+5
-3
configuring.sgml
documentation/configuring.sgml
+0
-0
fonts.sgml
documentation/fonts.sgml
+2
-1
implementation.sgml
documentation/implementation.sgml
+1
-1
installing.sgml
documentation/installing.sgml
+4
-2
config
documentation/samples/config
+8
-0
wine.conf.man
documentation/wine.conf.man
+20
-0
No files found.
README
View file @
a5589d56
...
@@ -86,10 +86,15 @@ are compiled with optimization, often due to problems with header file
...
@@ -86,10 +86,15 @@ are compiled with optimization, often due to problems with header file
management. pgcc currently doesn't work with Wine. The cause of this problem
management. pgcc currently doesn't work with Wine. The cause of this problem
is unknown.
is unknown.
Of course you also need "make" (most likely GNU make).
You also need flex version 2.5 or later and yacc.
You also need flex version 2.5 or later and yacc.
Bison will work as a replacement for yacc. If you are
Bison will work as a replacement for yacc. If you are
using RedHat or Debian, install the flex and bison packages.
using RedHat or Debian, install the flex and bison packages.
For the automatic processing of the test suite scripts, you also need
libperl development header support (libperl-dev package on Debian).
For requirements in case you intend to build the documentation yourself,
For requirements in case you intend to build the documentation yourself,
see "DOCUMENTATION" section.
see "DOCUMENTATION" section.
...
@@ -217,9 +222,6 @@ Bugs: Report bugs to Wine Bugzilla at http://bugs.winehq.com/.
...
@@ -217,9 +222,6 @@ Bugs: Report bugs to Wine Bugzilla at http://bugs.winehq.com/.
Please read the file documentation/bugs.sgml to see what
Please read the file documentation/bugs.sgml to see what
information is required.
information is required.
HOWTO: The Wine HOWTO (outdated !) is available at
http://www.westfalen.de/witch/wine-HOWTO.txt .
IRC: Online help is available at channel #WineHQ on irc.openprojects.net.
IRC: Online help is available at channel #WineHQ on irc.openprojects.net.
CVS: The current Wine development tree is available through CVS.
CVS: The current Wine development tree is available through CVS.
...
...
documentation/configuring.sgml
View file @
a5589d56
This diff is collapsed.
Click to expand it.
documentation/fonts.sgml
View file @
a5589d56
...
@@ -106,7 +106,8 @@ STUB: AddFontResource( SOMEFILE.FON )
...
@@ -106,7 +106,8 @@ STUB: AddFontResource( SOMEFILE.FON )
if you're on FreeBSD you can use the port in
if you're on FreeBSD you can use the port in
<filename>/usr/ports/x11-servers/Xfstt</filename>. And
<filename>/usr/ports/x11-servers/Xfstt</filename>. And
there is <command>xfsft</command> which uses the freetype
there is <command>xfsft</command> which uses the freetype
library, see <filename>documentation/ttfserver</filename>).
library, see <link linkend="ttfont-server">freetype</link>
description).
</para>
</para>
<para>
<para>
However, there is a possibility of the native TrueType
However, there is a possibility of the native TrueType
...
...
documentation/implementation.sgml
View file @
a5589d56
...
@@ -397,7 +397,7 @@ XXXX > YY @ ZZZZ:ZZZZ
...
@@ -397,7 +397,7 @@ XXXX > YY @ ZZZZ:ZZZZ
0x37a > 04 @ 0297:0211
0x37a > 04 @ 0297:0211
</programlisting>
</programlisting>
<para>
<para>
As you can see the
ir
is a repeating structure starting at
As you can see the
re
is a repeating structure starting at
address <literal>0297:01ec</literal> that consists of four io
address <literal>0297:01ec</literal> that consists of four io
accesses on the parallel port. Looking at it the first io
accesses on the parallel port. Looking at it the first io
access writes a changing byte to the data port the second
access writes a changing byte to the data port the second
...
...
documentation/installing.sgml
View file @
a5589d56
...
@@ -153,8 +153,10 @@ C:\ Root directory of primary disk drive
...
@@ -153,8 +153,10 @@ C:\ Root directory of primary disk drive
And there are of course DLLs that wine does not currently
And there are of course DLLs that wine does not currently
implement very well (or at all). If you do not have a real
implement very well (or at all). If you do not have a real
Windows you can steal necessary DLLs from, you can always
Windows you can steal necessary DLLs from, you can always
get some from a DLL archive such as
get some from one of the Windows DLL archive sites
<ulink url="http://solo.abac.com/dllarchive/">http://solo.abac.com/dllarchive/</ulink>.
that can be found via internet search engine.
Please make sure to obey any licenses on the DLLs you fetch...
(some are redistributable, some aren't).
</para>
</para>
</sect2>
</sect2>
</sect1>
</sect1>
...
...
documentation/samples/config
View file @
a5589d56
...
@@ -26,6 +26,7 @@ WINE REGISTRY Version 2
...
@@ -26,6 +26,7 @@ WINE REGISTRY Version 2
"Path" = "/mnt/fd0"
"Path" = "/mnt/fd0"
"Type" = "floppy"
"Type" = "floppy"
"Label" = "Floppy"
"Label" = "Floppy"
"Filesystem" = "win95"
"Serial" = "87654321"
"Serial" = "87654321"
"Device" = "/dev/fd0"
"Device" = "/dev/fd0"
...
@@ -174,6 +175,13 @@ WINE REGISTRY Version 2
...
@@ -174,6 +175,13 @@ WINE REGISTRY Version 2
;"DefaultSerif" = "-cronyx-times-"
;"DefaultSerif" = "-cronyx-times-"
;"DefaultSansSerif" = "-cronyx-helvetica-"
;"DefaultSansSerif" = "-cronyx-helvetica-"
; the TrueType font dirs you want to make accessible to wine
[FontDirs]
;"dir1" = "/usr/X11R6/lib/X11/fonts/TrueType"
;"dir2" = "/usr/share/fonts/truetype"
;"dir3" = "/usr/X11R6/lib/X11/fonts/TT"
;"dir4" = "/usr/share/fonts/TT"
[serialports]
[serialports]
"Com1" = "/dev/ttyS0"
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com2" = "/dev/ttyS1"
...
...
documentation/wine.conf.man
View file @
a5589d56
...
@@ -153,6 +153,26 @@ Tells Wine which graphics driver to use. Normally you'd want to use
...
@@ -153,6 +153,26 @@ Tells Wine which graphics driver to use. Normally you'd want to use
x11drv (for X11). In case you want to run programs as text console/TTY only
x11drv (for X11). In case you want to run programs as text console/TTY only
without having Wine rely on X11 support, then use ttydrv.
without having Wine rely on X11 support, then use ttydrv.
.PP
.PP
.B [Version]
.br
.I format: """Windows""=""<version string>"""
.br
default: none; chosen by semi-intelligent detection mechanism based on DLL environment
.br
Used to specify which Windows version to return to programs (forced value,
overrides standard detection mechanism !).
Valid settings are e.g. "win31", "win95", "win98", "win2k", "winxp".
Also valid as an AppDefaults setting (recommended/preferred use).
.PP
.I format: """DOS""=""<version string>"""
.br
default: "<Windows version specific>"
.br
Used to specify the DOS version that should be returned to programs.
Only takes effect in case Wine acts as "win31" Windows version !
Common DOS version settings include 6.22, 6.20, 6.00, 5.00, 4.00, 3.30, 3.10.
Also valid as an AppDefaults setting (recommended/preferred use).
.PP
.B [DllOverrides]
.B [DllOverrides]
.br
.br
.I format: """modulename""=""native,so,builtin"""
.I format: """modulename""=""native,so,builtin"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment