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:
parent
3f07c6e256
commit
c6ac658019
8
README
8
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.
|
||||
|
|
Loading…
Reference in New Issue