Module: wine Branch: stable Commit: 83c20c59405c71da5d6d34f87b658022de52788b URL: http://source.winehq.org/git/wine.git/?a=commit;h=83c20c59405c71da5d6d34f87b... Author: Austin English <austinenglish(a)gmail.com> Date: Tue Feb 28 00:19:10 2017 -0600 readme: Remove wineinstall. Signed-off-by: Austin English <austinenglish(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> (cherry picked from commit a33f4646cd8f3ac3b120871261c843d2f878ebef) Conflicts: tools/wineinstall Signed-off-by: Michael Stefaniuc <mstefani(a)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