From: Austin English Subject: [PATCH] README: document that wine can be run from the build directory Message-Id: <20171002174047.2485-1-austinenglish@gmail.com> Date: Mon, 2 Oct 2017 12:40:47 -0500 See discussion on https://bugs.winehq.org/show_bug.cgi?id=43285 Signed-off-by: Austin English --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index 70cb004f26..26258ef7c4 100644 --- a/README +++ b/README @@ -19,6 +19,13 @@ run: ./configure make +# Then either install wine: +make install + +# Or run from it the build directory: +./wine notepad +/path/to/wine/build/directory/wine program.exe + 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. -- 2.13.5