readme: Document that wine can be run from the build directory.

Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Austin English 2017-10-02 12:40:47 -05:00 committed by Alexandre Julliard
parent 3f07c6e256
commit c6ac658019
1 changed files with 8 additions and 0 deletions

8
README
View File

@ -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.