Difference between revisions of "Compiling using MSYS"

From OdaWiki
(Step 3: Required Libraries)
(Step 4: Unpack Files)
Line 32: Line 32:
  
  
 
==Step 4: Unpack Files==
 
- Untar <b>ALL MinGW</b> files from the archives you just downloaded into a single directory, then right click on <i>My Computer->Properties->Go to Advanced Tab->Environment Variables->System Variables</i> and scroll down till you find the Path variable, click edit and add the following line:<BR>
 
<BR>
 
<B>;drive:\mingwdir\bin</B><BR>
 
<BR>
 
drive:\ being the drive you installed mingw to (eg c:\)<BR>
 
mingwdir is self-explanatory (eg mingw\)<BR>
 
<BR>
 
<b><u>NOTE:</u></b> Include the semi-colon at the start, or else it won't work.
 
<b><u>NOTE:</u></b> In your mingw/bin dir, you should see a file named <b>i386-mingw32-msvc-sdl-config</b>, rename this to <b>sdl-config</b>.
 
  
 
===Create a Directory for Code===
 
===Create a Directory for Code===

Revision as of 08:32, 20 January 2007