Difference between revisions of "Compiling using MSYS"

From OdaWiki
(Step 2: Setting up the Compiler)
(Step 3: Set up PATH variable)
Line 18: Line 18:
 
Download all of them and extract them to C:\mingw.  If you're using Windows and don't have an archiver capable of handling tar.gz files, stop living in the stone age and download [http://www.7-zip.org/ 7-Zip].  If you are compiling ODAMEX for the purpose of debugging, grab gdb as well.
 
Download all of them and extract them to C:\mingw.  If you're using Windows and don't have an archiver capable of handling tar.gz files, stop living in the stone age and download [http://www.7-zip.org/ 7-Zip].  If you are compiling ODAMEX for the purpose of debugging, grab gdb as well.
  
==Step 3: Set up PATH variable==
+
==Step 3: Required Libraries==
 +
 
 +
==Step 4: Set up PATH variable==
 
Now, we need to set up our PATH environment variable to contain the path to the compiler.  Without this, the makefile will not be able to find the compiler.  How to set up your PATH variable depends on what operating system you're using.
 
Now, we need to set up our PATH environment variable to contain the path to the compiler.  Without this, the makefile will not be able to find the compiler.  How to set up your PATH variable depends on what operating system you're using.
 
===Windows 2000/XP===
 
===Windows 2000/XP===

Revision as of 08:31, 20 January 2007