~ubuntu-branches/ubuntu/maverick/wine/maverick

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2008-06-17 10:22:39 UTC
  • mfrom: (1.1.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20080617102239-s8olx8ehtsdejmhz
Tags: 1.0.0-1ubuntu1
* New upstream release
  - First stable release of Wine
* Change to 1.0.0 versioning scheme since Wine will make a 1.0.1
* Remove dh_installchangelogs since the upstream changelog was removed
  - It is now available online at winehq.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
To compile and run Wine, you must have one of the following:
30
30
 
31
31
  Linux version 2.0.36 or above
32
 
  FreeBSD 6.2 or later
33
 
  Solaris x86 2.5 or later
 
32
  FreeBSD 7.0 or later
 
33
  Solaris x86 9 or later
34
34
  NetBSD-current
35
35
  Mac OS X 10.4 or later
36
36
 
44
44
  it's best to have a current kernel such as 2.4.x or 2.6.x.
45
45
 
46
46
FreeBSD info:
47
 
  Wine should build on FreeBSD 5.x, but versions before FreeBSD 7.0 will
48
 
  generally not work properly. FreeBSD 6.3 has patches available to allow
49
 
  Wine to run. See <http://wiki.freebsd.org/Wine> for more information.
50
 
 
51
 
  More information can be found in the FreeBSD ports tree at
52
 
  <ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/emulators/wine/>.
 
47
  Wine will generally not work properly on versions before FreeBSD
 
48
  7.0. FreeBSD 6.3 has patches available to allow Wine to run. See
 
49
  <http://wiki.freebsd.org/Wine> for more information.
53
50
 
54
51
Solaris info:
55
52
  You will most likely need to build Wine with the GNU toolchain
112
109
    bunzip2 -c patch-file | patch -p1
113
110
 
114
111
where "patch-file" is the name of the patch file (something like
115
 
wine-0.9.x.diff.bz2). You can then re-run "./configure", and then
 
112
wine-1.0.x.diff.bz2). You can then re-run "./configure", and then
116
113
run "make depend && make".
117
114
 
118
115
 
135
132
When invoking Wine, you may specify the entire path to the executable,
136
133
or a filename only.
137
134
 
138
 
For example: to run Solitaire:
139
 
 
140
 
        wine sol                   (using the search Path as specified in
141
 
        wine sol.exe                the config file to locate the file)
142
 
 
143
 
        wine c:\\windows\\sol.exe  (using DOS filename syntax)
144
 
 
145
 
        wine ~/.wine/drive_c/windows/sol.exe  (using Unix filename syntax)
146
 
 
147
 
        wine sol.exe /parameter1 -parameter2 parameter3
 
135
For example: to run Notepad:
 
136
 
 
137
        wine notepad               (using the search Path as specified in
 
138
        wine notepad.exe            the config file to locate the file)
 
139
 
 
140
        wine c:\\windows\\notepad.exe  (using DOS filename syntax)
 
141
 
 
142
        wine ~/.wine/drive_c/windows/notepad.exe  (using Unix filename syntax)
 
143
 
 
144
        wine notepad.exe /parameter1 -parameter2 parameter3
148
145
                                   (calling program with parameters)
149
146
 
150
147
Wine is not yet complete, so several programs may crash. In that crash