[PATCH] README: document that wine can be run from the build directory

Austin English austinenglish at gmail.com
Mon Oct 2 12:40:47 CDT 2017


See discussion on https://bugs.winehq.org/show_bug.cgi?id=43285

Signed-off-by: Austin English <austinenglish at gmail.com>
---
 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




More information about the wine-patches mailing list