[pkg-wine-party] [wine] 65/90: readme: Remove wineinstall.

Jens Reyer jreyer-guest at moszumanska.debian.org
Thu May 4 12:27:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

jreyer-guest pushed a commit to branch buster-2.0
in repository wine.

commit 83c20c59405c71da5d6d34f87b658022de52788b
Author: Austin English <austinenglish at gmail.com>
Date:   Tue Feb 28 00:19:10 2017 -0600

    readme: Remove wineinstall.
    
    Signed-off-by: Austin English <austinenglish at gmail.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>
    (cherry picked from commit a33f4646cd8f3ac3b120871261c843d2f878ebef)
    Conflicts:
    	tools/wineinstall
    Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>
---
 README | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/README b/README
index 1627081..b1ca54f 100644
--- a/README
+++ b/README
@@ -13,11 +13,11 @@ LICENSE for the details.
 
 2. QUICK START
 
-Whenever you compile from source, it is recommended to use the Wine
-Installer to build and install Wine.  From the top-level directory
-of the Wine source (which contains this file), run:
+From the top-level directory of the Wine source (which contains this file),
+run:
 
-./tools/wineinstall
+./configure
+make
 
 Run programs as "wine program".  For more information and problem
 resolution, read the rest of this file, the Wine man page, and
@@ -84,8 +84,7 @@ Optional support libraries:
 
 4. COMPILATION
 
-In case you chose to not use wineinstall, run the following commands
-to build Wine:
+To build Wine, do:
 
 ./configure
 make
@@ -97,6 +96,8 @@ Windows source code under Unix.
 
 To see compile configuration options, do ./configure --help.
 
+For more information, see https://wiki.winehq.org/Building_Wine
+
 5. SETUP
 
 Once Wine has been built correctly, you can do "make install"; this

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list