ntdll: Sign-compare warnings fix.
[wine] / README
diff --git a/README b/README
index 029d09b..baa4929 100644 (file)
--- a/README
+++ b/README
@@ -29,15 +29,14 @@ especially the wealth of information found at http://www.winehq.org.
 To compile and run Wine, you must have one of the following:
 
   Linux version 2.0.36 or above
-  FreeBSD 5.3 or later
-  Solaris x86 2.5 or later
+  FreeBSD 7.0 or later
+  Solaris x86 9 or later
   NetBSD-current
-  MacOS X 10.4 or later
+  Mac OS X 10.4 or later
 
 As Wine requires kernel-level thread support to run, only the operating
-systems mentioned above are supported.
-Other operating systems which support kernel threads may be supported
-in the future.
+systems mentioned above are supported.  Other operating systems which
+support kernel threads may be supported in the future.
 
 Linux info:
   While Linux 2.2.x should still work and Linux 2.0.x may still work
@@ -45,11 +44,9 @@ Linux info:
   it's best to have a current kernel such as 2.4.x or 2.6.x.
 
 FreeBSD info:
-  Wine should build on FreeBSD 4.x and FreeBSD 5.x, but versions before
-  FreeBSD 5.3 will generally not work properly.
-  More information can be found in the FreeBSD ports tree at
-  <ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/emulators/wine/>.
+  Wine will generally not work properly on versions before FreeBSD
+  7.0. FreeBSD 6.3 has patches available to allow Wine to run. See
+  <http://wiki.freebsd.org/Wine> for more information.
 
 Solaris info:
   You will most likely need to build Wine with the GNU toolchain
@@ -61,36 +58,33 @@ NetBSD info:
   Make sure you have the USER_LDT, SYSVSHM, SYSVSEM, and SYSVMSG options
   turned on in your kernel.
 
-MacOS info:
+Mac OS X info:
   You need Xcode 2.4 or later to build properly on x86.
 
 
 Supported file systems:
-  Wine should run on most file systems. However, Wine will fail to start
-  if umsdos is used for the /tmp directory. A few compatibility problems have
-  also been reported using files accessed through Samba. Also, as NTFS
-  can only be used safely with readonly access for now, we recommend against
-  using NTFS, as Windows programs need write access almost everywhere.
-  In case of NTFS files, copy over to a writable location.
+  Wine should run on most file systems. A few compatibility problems
+  have also been reported using files accessed through Samba. Also,
+  NTFS does not provide all the file system features needed by some
+  applications.  Using a native Linux file system such as ext3 is
+  recommended.
 
 Basic requirements:
   You need to have the X11 development include files installed
   (called xlib6g-dev in Debian and XFree86-devel in Red Hat).
 
-Build tool requirements:
-  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.
-
   Of course you also need "make" (most likely GNU make).
 
   You also need flex version 2.5 or later and bison.
 
 Optional support libraries:
-  Run ./configure --verbose to see the optional libraries that could
-  be used but aren't found on your system.
+  Configure will display notices when optional libraries are not found
+  on your system. See http://wiki.winehq.org/Recommended_Packages for
+  hints about the packages you should install.
 
+  On 64-bit platforms you have to make sure to install the 32-bit
+  versions of these libraries; see http://wiki.winehq.org/WineOn64bit
+  for details.
 
 4. COMPILATION
 
@@ -115,7 +109,7 @@ file). Then do a "make clean", and patch the release with:
     bunzip2 -c patch-file | patch -p1
 
 where "patch-file" is the name of the patch file (something like
-wine-0.9.x.diff.bz2). You can then re-run "./configure", and then
+wine-1.0.x.diff.bz2). You can then re-run "./configure", and then
 run "make depend && make".
 
 
@@ -129,12 +123,8 @@ Don't forget to uninstall any conflicting previous Wine installation
 first.  Try either "dpkg -r wine" or "rpm -e wine" or "make uninstall"
 before installing.
 
-See the Support area at http://www.winehq.org/ for configuration
-hints.
-
-In case of library loading errors
-(e.g. "Error while loading shared libraries: libntdll.so"), make sure
-to add the library path to /etc/ld.so.conf and run ldconfig as root.
+Once installed, you can run the "winecfg" configuration tool. See the
+Support area at http://www.winehq.org/ for configuration hints.
 
 
 6. RUNNING PROGRAMS
@@ -142,16 +132,16 @@ to add the library path to /etc/ld.so.conf and run ldconfig as root.
 When invoking Wine, you may specify the entire path to the executable,
 or a filename only.
 
-For example: to run Solitaire:
+For example: to run Notepad:
 
-       wine sol                   (using the search Path as specified in
-       wine sol.exe                the config file to locate the file)
+       wine notepad               (using the search Path as specified in
+       wine notepad.exe            the config file to locate the file)
 
-       wine c:\\windows\\sol.exe  (using DOS filename syntax)
+       wine c:\\windows\\notepad.exe  (using DOS filename syntax)
 
-       wine /usr/windows/sol.exe  (using Unix filename syntax)
+       wine ~/.wine/drive_c/windows/notepad.exe  (using Unix filename syntax)
 
-        wine sol.exe /parameter1 -parameter2 parameter3
+        wine notepad.exe /parameter1 -parameter2 parameter3
                                   (calling program with parameters)
 
 Wine is not yet complete, so several programs may crash. In that crash