For All that are as messed up as I am about compilation here is what you need to do.
METHOD 1
First you need to download and install the exe file on this page.Check everything in the installation options.
http://sourceforge.net/projects/ming...inst-20120426/
Then download all the files in the next link except the readme file. Extract all of them in the same folder.
Then overwrite the folders in the Mingw folder at the root
http://sourceforge.net/projects/ming...msys-1.0.18-1/
Then download all the files in the next link except the readme file. Extract all of them in the same folder.
Then overwrite the Msys\1.0 in Mingw
http://sourceforge.net/news/?group_id=2435&id=309746
Finally install Coreutils
http://gnuwin32.sourceforge.net/downlinks/coreutils.php
Then you need to change environment variables:
Right-click My Computer, and then click Properties.
Click the Advanced tab.
Click Environment variables.
Double click on path
add ";C:\MinGW\bin;C:\Program Files (x86)\GnuWin32\bin"(Without quotes)
after that if you want to compile the keeper fx follow mefisto's guide
https://code.google.com/p/keeperfx/s...structions.txt
In order to the "make package" command to work you need to copy the file 7z.exe from you 7zip installation folder to C:\MinGW\msys\1.0\bin
A restart may be needed.
METHOD 2
1. Install MinGW with MSYS
You need to download and install the exe file on this page. Check MSYS in the installation options - it's important! You may actually check everything.
http://sourceforge.net/projects/ming...inst-20120426/
2. Add MSYS path to system variables
To change environment variables:
- Right-click My Computer, and then click Properties.
- Click the Advanced tab.
- Click Environment variables.
- Double click on "PATH"
- add ";C:\MinGW\bin;C:\MinGW\msys\1.0\bin" (without quotes, with semicolon)
3. Update MinGW packages
- Go to C:\MinGW\Msys\1.0
- Run Msys.bat
- In the command line type
Code:mingw-get update mingw-get upgrade mingw-get install msys-coreutils
3. Follow build guide
after that if you want to compile the keeper fx follow mefisto's guide
https://code.google.com/p/keeperfx/s...structions.txt
In order to the "make package" command to work you need to copy the file 7z.exe from you 7zip installation folder to C:\MinGW\msys\1.0\bin
A restart may be needed.