Commit c6ac6580 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

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

parent 3f07c6e2
...@@ -19,6 +19,14 @@ run: ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment