Wine README update

Tom Wickline twickline at gmail.com
Thu Aug 24 11:36:50 CDT 2006


Hello,

Tom

ChangeLog: update ./configure and http links
-------------- next part --------------
From b1c1d9d0c43af9952c242382178a9f224c6693f4 Mon Sep 17 00:00:00 2001
From: Tom Wickline <twickline at gmail.com>
Date: Thu, 24 Aug 2006 12:31:36 -0400
Subject: [PATCH] README
---
 README |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/README b/README
index 2c4078f..534b177 100644
--- a/README
+++ b/README
@@ -20,8 +20,9 @@ of the Wine source (which contains this 
 ./tools/wineinstall
 
 Run programs as "wine program".  For more information and problem
-resolution, read the rest of this file, the Wine man page, and
-especially the wealth of information found at http://www.winehq.org.
+resolution read the rest of this file, the Wine man page, and
+especially the wealth of information found at http://www.winehq.org/
+and http://wiki.winehq.org/
 
 
 3. REQUIREMENTS
@@ -42,7 +43,7 @@ in the future.
 Linux info:
   While Linux 2.2.x should still work and Linux 2.0.x may still work
   (older 2.0.x versions had thread-related crashes),
-  it's best to have a current kernel such as 2.4.x.
+  it's best to have a current kernel such as 2.6.x.
 
 FreeBSD info:
   Wine should build on FreeBSD 4.x and FreeBSD 5.x, but versions before
@@ -97,9 +98,7 @@ Optional support libraries:
 In case you chose to not use wineinstall, run the following commands
 to build Wine:
 
-./configure
-make depend
-make
+./configure && make depend && make
 
 This will build the program "wine" and numerous support libraries/binaries.
 The program "wine" will load and run Windows executables.
@@ -166,26 +165,27 @@ WWW:	A great deal of information about W
 	http://www.winehq.org/ : various Wine Guides, application database,
 	bug tracking. This is probably the best starting point.
 
-FAQ:	The Wine FAQ is located at http://www.winehq.org/FAQ
+FAQ:	The Wine FAQ is located at http://www.winehq.org/site/docs/wine-faq/index
 
 Usenet:	You can discuss Wine-related issues and get help
 	on comp.emulators.ms-windows.wine.
 
-Bugs:	Report bugs to Wine Bugzilla at http://bugs.winehq.org
+Bugs:	Report bugs to Wine Bugzilla at http://bugs.winehq.org/
 	Please search the bugzilla database to check whether your
 	problem is already found before posting a bug report.  You can
 	also post bug reports to comp.emulators.ms-windows.wine.
 
 IRC:	Online help is available at channel #WineHQ on irc.freenode.net.
+	see http://www.winehq.org/site/irc for more information.	
 
 GIT:	The current Wine development tree is available through GIT.
 	Go to http://www.winehq.org/site/git for more information.
 
 Mailing lists:
 	There are several mailing lists for Wine users and developers;
-	see http://www.winehq.org/forums for more information.
+	see http://www.winehq.org/site/forums for more information.
 
-Wiki:	The Wine Wiki is located at http://wiki.winehq.org
+Wiki:	The Wine Wiki is located at http://wiki.winehq.org/
 
 If you add something, or fix a bug, please send a patch (in 'diff -u'
 format) to wine-patches at winehq.org list for inclusion in the next
-- 
1.4.1.1


More information about the wine-patches mailing list