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
Releases
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
Johnny Cai
wine
Commits
d2b22894
Commit
d2b22894
authored
23 years ago
by
Gerald Pfeifer
Committed by
Alexandre Julliard
23 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update information concerning FreeBSD.
Refer to Wine instead of wine as the package name.
parent
e12d8ae0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+7
-15
7 additions, 15 deletions
README
with
7 additions
and
15 deletions
README
+
7
−
15
View file @
d2b22894
...
...
@@ -14,7 +14,7 @@ that you wrote it.
2. QUICK START
Whenever you compile from source, it is recommended to use the Wine
Installer to build and install
w
ine. From the top-level Wine
Installer to build and install
W
ine. From the top-level Wine
directory (which contains this file), run:
./tools/wineinstall
...
...
@@ -29,7 +29,7 @@ especially the wealth of information found at http://www.winehq.com.
To compile and run Wine, you must have one of the following:
Linux version 2.0.36 or above
FreeBSD
-current
or FreeBSD
3.0 or later
FreeBSD
4.x
or FreeBSD
5-CURRENT
Solaris x86 2.5 or later
Linux info:
...
...
@@ -42,22 +42,14 @@ Linux info:
you may want to upgrade to at least the latest 2.0.x release.
FreeBSD info:
On FreeBSD, you may want to apply an LDT sharing patch too
(unless you are tracking -current where it finally has
been committed just recently), and there also is a small sigtrap
fix that's needed for wine's debugger. (Actually now that it's using
ptrace() by default it may no longer make a difference but it still
doesn't hurt...) And if you're running a system from the -stable
branch older than Nov 15 1999, like a 3.3-RELEASE, then you also
need to apply a signal handling change that was MFC'd at that date.
Make sure you have the USER_LDT, SYSVSHM, SYSVSEM, and SYSVMSG options
turned on in your kernel.
More information including patches for the
-stable
branch is in
the
ports tree:
More information including patches for the
4-STABLE
branch is in
the
ports tree:
ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/emulators/wine/files/
Solaris info:
You will most likely need to build
w
ine with the GNU toolchain
You will most likely need to build
W
ine with the GNU toolchain
(gcc, gas, etc.)
Wine requires kernel-level threads to run. Currently, only Linux
...
...
@@ -68,7 +60,7 @@ in the future.
You need to have the X11 development include files installed
(called xlib6g-dev in Debian and XFree86-devel in RedHat).
To use
w
ine's support for multi-threaded applications, your X libraries
To use
W
ine's support for multi-threaded applications, your X libraries
must be reentrant, which is probably the default by now.
If you have libc6 (glibc2), or you compiled the X libraries yourself,
they were probably compiled with the reentrant option enabled.
...
...
@@ -82,7 +74,7 @@ and xpm4g-dev. SuSE calls these packages xpm and xpm-devel.
On x86 Systems gcc >= 2.7.2 is required.
Versions earlier than 2.7.2.3 may have problems when certain files
are compiled with optimization, often due to problems with header file
management. pgcc currently doesn't work with
w
ine. The cause of this problem
management. pgcc currently doesn't work with
W
ine. The cause of this problem
is unknown.
You also need flex version 2.5 or later and yacc.
...
...
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