From c6ac658019b00e366cee59bf4c7ac923d696b59d Mon Sep 17 00:00:00 2001 From: Austin English Date: Mon, 2 Oct 2017 12:40:47 -0500 Subject: [PATCH] readme: Document that wine can be run from the build directory. Signed-off-by: Austin English Signed-off-by: Alexandre Julliard --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index 70cb004f261..3d2e4cfda2c 100644 --- a/README +++ b/README @@ -19,6 +19,14 @@ run: ./configure make +Then either install wine: + +make install + +Or run from it the build directory: + +./wine notepad + 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.