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
1 changed files with 8 additions and 0 deletions
8
README
8
README
|
@ -19,6 +19,14 @@ run:
|
||||||
./configure
|
./configure
|
||||||
make
|
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
|
Run programs as "wine program". For more information and problem
|
||||||
resolution, read the rest of this file, the Wine man page, and
|
resolution, read the rest of this file, the Wine man page, and
|
||||||
especially the wealth of information found at http://www.winehq.org.
|
especially the wealth of information found at http://www.winehq.org.
|
||||||
|
|
Loading…
Add table
Reference in a new issue