how to start msys correctly

Felix Wagner 2009-07-18 04:59:22 +02:00
parent dc38d170b8
commit 7ab01aac9c
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,8 @@ If you want DirectX support, get a DirectX 9 SDK from Microsoft. Copy the
contents of its include dir to the include dir of your MinGW installation,
and pass --with-directx to configure below.
Start msys, cd to this directory, and execute:
Start msys (your MinGW directory, e.g. C:\MinGW -> msys.bat),
cd to this directory, and execute:
./autogen.sh && ./configure && make