Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yoann Laissus
wine
Commits
0ee5f8c6
Commit
0ee5f8c6
authored
24 years ago
by
Jörg Mayer
Committed by
Alexandre Julliard
24 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add information about prebuilt documentation packages in
other-than-sgml form.
parent
096c1ae4
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ANNOUNCE
+4
-1
4 additions, 1 deletion
ANNOUNCE
README
+8
-1
8 additions, 1 deletion
README
documentation/wine.man.in
+6
-4
6 additions, 4 deletions
documentation/wine.man.in
with
18 additions
and
6 deletions
ANNOUNCE
+
4
−
1
View file @
0ee5f8c6
...
...
@@ -24,7 +24,10 @@ from the following locations:
ftp://orcus.progsoc.uts.edu.au/pub/Wine/development/Wine-20010216.tar.gz
It should also be available from any other site that mirrors ibiblio.org.
For more download locations, see http://ftpsearch.lycos.com.
For more download locations, see http://ftpsearch.lycos.com. These
locations also hold pre-built documentation packages in various
formats: wine-doc-html.tar.gz, wine-doc-txt.tar.gz, wine-doc.pdf.gz
and wine-doc.ps.gz
You can also get the current source directly from the CVS tree. Check
http://www.winehq.com/dev.html for details.
...
...
This diff is collapsed.
Click to expand it.
README
+
8
−
1
View file @
0ee5f8c6
...
...
@@ -88,6 +88,9 @@ You also need flex version 2.5 or later and yacc.
Bison will work as a replacement for yacc. If you are
using RedHat or Debian, install the flex and bison packages.
In case you want to build the documentation yourself, you'll also
need the DocBook tools (db2html, db2ps, db2pdf).
4. COMPILATION
In case you chose to not use wineinstall, run the following commands
...
...
@@ -121,6 +124,9 @@ Once Wine has been built correctly, you can do "make install"; this
will install the wine executable, the Wine man page, and a few other
needed files.
If you want to build the documentation, you can run "make" in the
documentation directory.
Wine requires a configuration file named wine.conf. Its default
location is /usr/local/etc, but you can supply a different name when
configuring wine by using the --prefix or --sysconfdir options to
...
...
@@ -196,7 +202,8 @@ CVS: The current Wine development tree is available through CVS.
Go to http://www.winehq.com/dev.shtml for more information.
If you add something, or fix a bug, please send a patch ('diff -u'
format preferred) to julliard@winehq.com for inclusion in the next
format preferred) to julliard@winehq.com or to the
wine-patches@winehq.com mailing list for inclusion in the next
release.
--
...
...
This diff is collapsed.
Click to expand it.
documentation/wine.man.in
+
6
−
4
View file @
0ee5f8c6
...
...
@@ -315,10 +315,12 @@ James Juran <jrj120@psu.edu>.
.SH AVAILABILITY
The most recent public version of
.B wine
can be obtained via FTP from ibiblio.org in the
/pub/Linux/ALPHA/Wine/development directory. The releases are in the
format 'Wine-yyyymmdd.tar.gz', or 'Wine-yyyymmdd.diff.gz' for the diff's
from the previous release.
can be obtained via FTP from ibiblio.org in the
/pub/Linux/ALPHA/Wine/development directory. The releases are in the
format 'Wine-yyyymmdd.tar.gz', or 'Wine-yyyymmdd.diff.gz' for the
diff's from the previous release. The same directory holds the
pre-built contents of the documentation in various formats
(wine-doc.xxx.gz).
.PP
The latest snapshot of the code may be obtained via CVS. For information
on how to do this, please see
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment